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 am getting the following error when launching the r example as well as my own R projects.
"
Step 42/69 : RUN export EXPANDED_CRAN_MIRROR_URL="$(. /etc/os-release && echo https://packagemanager.posit.co/all/__linux__/${VERSION_CODENAME}/2024-01-10+kZwhsmgb | envsubst)" && R --quiet -e "install.packages(c('devtools', 'IRkernel', 'shiny'), repos=Sys.getenv("EXPANDED_CRAN_MIRROR_URL"))" && R --quiet -e "IRkernel::installspec(prefix=Sys.getenv("NB_PYTHON_PREFIX"))"
---> Running in 74182db1a7fa
install.packages(c('devtools', 'IRkernel', 'shiny'), repos=Sys.getenv("EXPANDED_CRAN_MIRROR_URL"))
�[91mInstalling packages into ‘/srv/rlibs’
(as ‘lib’ is unspecified)
�[0m�[91mWarning: unable to access index for repository https://packagemanager.posit.co/all/linux/jammy/2024-01-10+kZwhsmgb/src/contrib:
cannot open URL 'https://packagemanager.posit.co/all/linux/jammy/2024-01-10+kZwhsmgb/src/contrib/PACKAGES'
�[0m�[91mWarning message:
packages ‘devtools’, ‘IRkernel’, ‘shiny’ are not available for this version of R
I am getting the following error when launching the r example as well as my own R projects.
"
Step 42/69 : RUN export EXPANDED_CRAN_MIRROR_URL="$(. /etc/os-release && echo https://packagemanager.posit.co/all/__linux__/${VERSION_CODENAME}/2024-01-10+kZwhsmgb | envsubst)" && R --quiet -e "install.packages(c('devtools', 'IRkernel', 'shiny'), repos=Sys.getenv("EXPANDED_CRAN_MIRROR_URL"))" && R --quiet -e "IRkernel::installspec(prefix=Sys.getenv("NB_PYTHON_PREFIX"))"
---> Running in 74182db1a7fa
Versions of these packages for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
�[0m>
The text was updated successfully, but these errors were encountered: