Skip to content

Commit ded7147

Browse files
Revert Rscript changes for 'install.packages' script - the data suite checks should be python not r library, need to deploy revised data suite check first
1 parent f43d31a commit ded7147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/metadig-worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV PATH="$PATH:$JAVA_HOME/bin"
3434

3535
# Install required R packages
3636
RUN echo 'options(repos = c(CRAN = "http://cran.rstudio.com"))' >> /usr/lib/R/etc/Rprofile.site
37-
RUN Rscript -e "install.packages(c('remotes', 'stringr', 'jsonlite', 'redland', 'jqr'))"
37+
RUN Rscript -e "install.packages(c('remotes', 'stringr', 'jsonlite'))"
3838
RUN Rscript -e "remotes::install_github('NCEAS/metadig-r', ref = 'v.0.2.0')"
3939
RUN Rscript -e "remotes::install_github('NCEAS/metadig-rake', ref = 'develop')"
4040

0 commit comments

Comments
 (0)