File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ RUN install2.r --error \
9797 tidyterra \
9898 xts \
9999 # # install cmdstanr - note the path below is important for loading library in container
100- RUN R -e "remotes::install_github('stan-dev/cmdstanr')"
101- RUN R -e "install.packages('cmdstanr', repos = c('https://mc- stan.org/r-packages/ ', getOption('repos')))"
100+ # # RUN R -e "remotes::install_github('stan-dev/cmdstanr')"
101+ RUN R -e "install.packages('cmdstanr', repos = c('https://stan-dev.r-universe.dev ', getOption('repos')))"
102102RUN R -e "dir.create('/home/rstudio/.cmdstanr', recursive=T); cmdstanr::install_cmdstan(dir='/home/rstudio/.cmdstanr')"
103103RUN R -e "webshot::install_phantomjs()" # to make png's from html output
104104RUN R -e "devtools::install_github("JoshOBrien/gdalUtilities")
You can’t perform that action at this time.
0 commit comments