Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion base_ottr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ RUN Rscript -e "options(warn = 2);install.packages( \
'qpdf', \
'R.utils', \
'rprojroot', \
'rgoogleslides', \
'googlesheets4', \
'servr', \
'spelling', \
Expand All @@ -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

Expand Down