diff --git a/base_ottr/Dockerfile b/base_ottr/Dockerfile index c235424..45869c7 100644 --- a/base_ottr/Dockerfile +++ b/base_ottr/Dockerfile @@ -58,7 +58,6 @@ RUN Rscript -e "options(warn = 2);install.packages( \ 'qpdf', \ 'R.utils', \ 'rprojroot', \ - 'rgoogleslides', \ 'googlesheets4', \ 'servr', \ 'spelling', \ @@ -83,6 +82,10 @@ RUN gdebi --non-interactive quarto-linux-amd64.deb # cow needs this dependency: RUN Rscript -e "devtools::install_version('gitcreds', version = '0.1.1', repos = 'http://cran.us.r-project.org')" +#rgoogleslides archived version from CRAN +RUN Rscript -e "options(warn = 2);install.packages( \ + 'https://cran.r-project.org/src/contrib/Archive/rgoogleslides/rgoogleslides_0.3.2.tar.gz')" + RUN installGithub.r \ ottrproject/ottrpal