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 Issues with taxonomyCleanr Due to taxize Removal from CRAN #52

Open
clnsmth opened this issue Oct 16, 2024 · 0 comments
Open

Comments

@clnsmth
Copy link
Contributor

clnsmth commented Oct 16, 2024

We're encountering difficulties installing the taxonomyCleanr package due to the recent removal of the taxize package from CRAN. This dependency is crucial for taxonomyCleanr's functionality.

While a permanent solution is being developed by the taxize maintainers (here), you can temporarily address this issue by installing taxize from GitHub, then installing taxonomyCleanr:

install.packages("remotes")
library(remotes)

install_github("ropensci/taxize")
install_github("EDIorg/taxonomyCleanr")

By following these steps, you should be able to successfully install and use taxonomyCleanr until the CRAN issue is resolved.

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

1 participant