Skip to content

Commit

Permalink
Revise rscript for 'install.packages' to include 'redland' and 'jqr'
Browse files Browse the repository at this point in the history
  • Loading branch information
doulikecookiedough committed Dec 17, 2024
1 parent 9812aaa commit f43d31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/metadig-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV PATH="$PATH:$JAVA_HOME/bin"

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

Expand Down

0 comments on commit f43d31a

Please sign in to comment.