We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is causing installation of duckdb to break. Need to pin the repo to the CRAN env
ENV CRAN="https://p3m.dev/cran/__linux__/jammy/2024-10-30"
like here
https://github.com/nmfs-opensci/container-images/blob/main/images/py-rocket-geospatial-2/install.R
how to do that with install2.4?
Try setting getOption("repos") with Rscript?
getOption("repos")
https://rocker-project.org/use/extending.html#install2.r
The text was updated successfully, but these errors were encountered:
No it is I think but CRAN is set to latest for latest version.
Sorry, something went wrong.
No branches or pull requests
this is causing installation of duckdb to break. Need to pin the repo to the CRAN env
like here
https://github.com/nmfs-opensci/container-images/blob/main/images/py-rocket-geospatial-2/install.R
how to do that with install2.4?
Try setting
getOption("repos")
with Rscript?https://rocker-project.org/use/extending.html#install2.r
The text was updated successfully, but these errors were encountered: