-
Notifications
You must be signed in to change notification settings - Fork 64
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
Install the latest release version from GitHub seems not work #416
Comments
Stumbled on this today as well, digging to see if I can find out what the issue is (looks like it's in pkgdepends) |
Most probably, this was simply never implemented, contrary to the documentation. :( |
Stumbled on this PR r-lib/pkgdepends#321 by @pawelru while digging through pkgdepends, it looks like it adds the latest-release handling based on the existing PR-specific logic - could we reinvestigate that (obviously post-posit-conf?) I just refactored a bunch of internal docker image builds to use pak assuming that this documented latest-release feature works so I'm pretty invested in getting it to work if possible 😅 |
That PR is merged, so it should be in the nightly pak build tomorrow. |
Thank you so much! |
The documentation suggests that the latest release version can be installed in the same way as
remotes::install_github
, by specifying the following, but pak 0.3.1 seems to install HEAD.The text was updated successfully, but these errors were encountered: