-
Notifications
You must be signed in to change notification settings - Fork 186
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
Documentation on how to override defaults and *not* install binary versions of packages? #631
Comments
Have you tried changing the value of For this particular stack the value is considered a feature, not a bug. |
@Robinlovelace thanks, yeah we should document this better -- it is annoying that RSPM snapshots don't honor options(repos = "https://packagemanager.posit.co/cran/latest") (or similar for the versioned snapshots. Obviously for 'latest' installs from source you can also just point at CRAN). Note that the Where would be the most obvious place to document this? |
Somewhere in this page was my thinking, but not sure where: https://rocker-project.org/use/extending.html |
I think this is documented on this page. It would be very helpful if you could submit a PR for improvement on this page. |
Should close #37, related to rocker-org/rocker-versioned2#631 and geocompx/geocompr#948
Container image name
rocker/geospatial
Container image digest
Not sure
What operating system related to this question?
Linux
System information
Not relevant
Question
Can the documentation explain how to override the defaults to install everything from binary versions shipped by RStudio? I need to re-compile
sf
butinstall.packages("sf")
fails with the following:I've tried adding
type = "source"
and a few other things but the only way I got it to work was installing from GitHub withI think this documentation would live well here: https://rocker-project.org/use/extending.html
Context with reproducible example you can try: geocompx/geocompr#948 (comment)
The text was updated successfully, but these errors were encountered: