Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue #2

Open
AndreaGhiroldi opened this issue Mar 29, 2023 · 1 comment
Open

Installation issue #2

AndreaGhiroldi opened this issue Mar 29, 2023 · 1 comment

Comments

@AndreaGhiroldi
Copy link

Hi, I'm trying to install the package on R, version 4.2.2 but I can't install since there is a problem with the clustCrit package (it is not available for this version of R). I've also tried with the 4.1.2 version, but I've encountered the same problem. Can you help me?

Thank you

@trintala
Copy link
Collaborator

Hi, I think you are probably referring to the clusterCrit package that COPS depends on for clustering quality metrics. It seems that this package was recently archived in CRAN due to their policy of removing packages which do not pass the package build checks without warnings in newer versions of R. Likely it still functions correctly and can be installed from the CRAN GitHub archive like this:
devtools::install_github("cran/clusterCrit")
I will update the installation instructions and consider alternative implementations for the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants