Skip to content

Issue installing refdb package #6

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

Open
camrynbigelow opened this issue Jan 29, 2025 · 1 comment
Open

Issue installing refdb package #6

camrynbigelow opened this issue Jan 29, 2025 · 1 comment

Comments

@camrynbigelow
Copy link

When I try to install the package, I get the following error message:

Warning in install.packages :
package ‘refdb’ is not available for this version of R

It also appears to have been removed from CRAN

Is the package still available to download on R?

@fkeck
Copy link
Owner

fkeck commented Jan 30, 2025

Yes, there are known issues with CRAN because the bold package is no longer available there. Hopefully, this will be fixed in the future.

In the meantime you can try to install refdb and the missing dependencies from github:

library(remotes)
install_github("ropensci/bold")
install_github("ropensci/taxize")
install_github("fkeck/refdb")

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