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

Missing "inactive" packages #93

Open
lindbrook opened this issue Mar 13, 2020 · 0 comments
Open

Missing "inactive" packages #93

lindbrook opened this issue Mar 13, 2020 · 0 comments
Labels

Comments

@lindbrook
Copy link

Looping through a "current" list of 2,711 "inactive" packages (in Archive but not on CRAN) using cran_package(), I found 3 packages, which appear on the Archive page, but return "Package not found" for both cran_package_history() and cran_package(): c("dseplus", "empiricalBayes", "forecasting")

cran_package_history("dseplus")
cran_package("dseplus")

cran_package_history("empiricalBayes")
cran_package("empiricalBayes")

cran_package_history("forecasting")
cran_package("forecasting")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants