You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ll give that a further read. Thanks!
The options is properly placed. It uses the provided repos urls (posit package manager) from the container as fallback repos
Using
rocker/r-ver:4.4.2
which uses noble, binaries are not installed.Heres a sample dockerfile
when running R and then trying to load the package it isn't found because the install.packages step failed.
The package reportedly has binaries for 4.4.2 shown at https://r-arcgis.r-universe.dev/arcgisutils
Running
install.packages("https://r-arcgis.r-universe.dev/bin/linux/noble/4.4/src/contrib/arcgisutils_0.3.1.tar.gz")
does work as anticipated though.How can we install linux binaries by using the repos argument?
The text was updated successfully, but these errors were encountered: