Skip to content

factoextra package updates to fviz_nbclust and hcut #8

@tmweigand

Description

@tmweigand

I recently updated the build to use R4.5 which introduced a new issue with factoextra and hcut. Specifically, the error is
`Error in hcut():
! k must be a single integer >= 2
Backtrace:

  1. └─factoextra::fviz_nbclust(...)
  2. └─global FUNcluster(x, i, ...)
  3. └─factoextra::hcut(x, k = k, ...)` 
    

To circumvent this I am forcing the install to use version = "1.0.7" of factoextra. This error should be addressed and that package specification should be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions