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

Consider using crandb for package metadata / DESCRIPTION file retrieval #1053

Open
kevinushey opened this issue Mar 13, 2024 · 2 comments
Open

Comments

@kevinushey
Copy link
Contributor

For example, to obtain the DESCRIPTION file associated with dplyr 1.0.0, one could query:

https://crandb.r-pkg.org/dplyr/1.0.0

This might be useful for building a deployment manifest in the scenario where a project contains an renv.lock lockfile, but does not have the requisite installed packages available.

@kevinushey
Copy link
Contributor Author

Alternatively, we could use the cran GitHub mirror; e.g.

https://raw.githubusercontent.com/cran/dplyr/1.0.0/DESCRIPTION

@soetang
Copy link

soetang commented Mar 13, 2024

I understood on Dave that this was related to the issue I reported on #1046 . If this becomes the solution i just want to make the point that we use an internal package manager (Posit package manager), and we might not have internet access from all our servers. So it should be possible to point to an internal package manager.

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