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

Switch to pak #393

Open
jeroen opened this issue Apr 5, 2024 · 1 comment
Open

Switch to pak #393

jeroen opened this issue Apr 5, 2024 · 1 comment

Comments

@jeroen
Copy link
Member

jeroen commented Apr 5, 2024

Now that r-lib/pak#606 is fixed we should be able to use pak to install any pkg:

pak::pkg_install(c("local::mypkg_1.0.0.tar.gz", "*=?ignore-unavailable"), dependencies = TRUE)

Or to install only dependencies but not the pkg itself

pak::pak_install(c("deps::mypkg_1.0.0.tar.gz", "*=?ignore-unavailable"), dependencies = TRUE))
@jeroen
Copy link
Member Author

jeroen commented May 8, 2024

Need to fix this first because the solver hangs in r-universe: r-lib/pak#628

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