exploratory-io / exploratory_func

R functions for Exploratory
Other
61 stars 14 forks source link

Package failing to install in r due to anonymizer #645

Open Stephonomon opened 4 years ago

Stephonomon commented 4 years ago

Trying to install exploratory package in R 3.6

ERROR: dependency 'anonymizer' is not available for package 'exploratory'
* removing 'C:/Users/proctors/Documents/R/win-library/3.6/exploratory'
Error: Failed to install 'exploratory' from GitHub:

Seems like it was removed? https://cran.r-project.org/web/packages/anonymizer/index.html

Stephonomon commented 4 years ago

Current workaround, install an archived version

packageurl <- "https://cran.r-project.org/src/contrib/Archive/anonymizer/anonymizer_0.2.0.tar.gz"
install.packages(packageurl, repos=NULL, type="source")