Just a quick FYI.
As installing SAFEclustering into a fresh directory (pointing R_LIBS_USER to a clean directory, to make sure I don't overwrite other stuff), I am unable to run
devtools::install_github("yycunc/SAFEclustering")
as it fails on the 'cidr' requirement.
I was able to work around by installing it separately, but it may not be as easy for others.
devtools::install_github("VCCRI/CIDR")
also not certain that's the correct version of cidr
Just a quick FYI.
As installing SAFEclustering into a fresh directory (pointing R_LIBS_USER to a clean directory, to make sure I don't overwrite other stuff), I am unable to run
devtools::install_github("yycunc/SAFEclustering")
as it fails on the 'cidr' requirement.
I was able to work around by installing it separately, but it may not be as easy for others.
devtools::install_github("VCCRI/CIDR")
also not certain that's the correct version of cidr