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

Use pkgdepends for package installation #280

Closed
hongooi73 opened this issue Oct 19, 2019 · 4 comments
Closed

Use pkgdepends for package installation #280

hongooi73 opened this issue Oct 19, 2019 · 4 comments
Assignees
Milestone

Comments

@hongooi73
Copy link
Contributor

hongooi73 commented Oct 19, 2019

https://github.com/r-lib/pak
https://cran.r-project.org/package=pak

Among other things, should be much better than screen-scraping to detect install results.

EDIT: pak is the frontend, pkgdepends is the backend, yet to be submitted to CRAN

@hongooi73
Copy link
Contributor Author

pkgdepends/pkgcache by default caches the latest versions of packages it's seen, which is NOT what we want for checkpointing purposes.

@hongooi73
Copy link
Contributor Author

pkgdepends/pkgcache by default caches the latest versions of packages it's seen, which is NOT what we want for checkpointing purposes.

Actually because ~/.Rprofile is being read: r-lib/pkgdepends#168

@hongooi73
Copy link
Contributor Author

Solved using withr::with_options().

@hongooi73
Copy link
Contributor Author

Local MRAN will require pkgdepends support: r-lib/pkgdepends#88

@hongooi73 hongooi73 unpinned this issue Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant