-
Notifications
You must be signed in to change notification settings - Fork 154
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
Update PPM package mapping database for R 4.4 #2002
Comments
Thanks -- I've updated the PPM database, but it looks like we didn't get the older versions of
|
Thanks! I am curious, what's the reason to only make available the package releases from the version release date? To ensure compatibility? |
Mainly because I didn't realize that PPM was actually producing binary packages for snapshot dates that are older than the associated release of R. 😅 We might be able to expand this, but it would take some extra thought. |
Keeping old PPM binaries working would be very helpful for OS X users who don't keep up with the latest versions, e.g. people with production apps who fix dependency versions for stability. Installing lots of packages from source is an tricky business, an endless loop of looking up and trying to solve obscure command line errors on StackOverflow, and not practical for many ordinary R users, even those with considerable programming and computer skills. |
Description
When trying to install historical binaries using PPM on macOS using R 4.4, packages are installed from source rather than binaries. I believe this is because the database mapping package versions to snapshot dates has not been updated for R 4.4.
Reprex
Based on #1699, using
duckplyr
as an example and attempting to install version0.2.0
as a binary from the2023-09-13
snapshot on PPM. (h/t @rszymanski)Using R 4.4.1
Output
Created on 2024-10-01 with reprex v2.1.1
Session info
Using R 4.3.1
Output
Created on 2024-10-01 with reprex v2.1.1
Session info
The text was updated successfully, but these errors were encountered: