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

Package failing to install in r due to anonymizer #645

Open
Stephonomon opened this issue Aug 24, 2019 · 1 comment
Open

Package failing to install in r due to anonymizer #645

Stephonomon opened this issue Aug 24, 2019 · 1 comment
Assignees

Comments

@Stephonomon
Copy link

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
Copy link
Author

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")

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