Skip to content

Commit

Permalink
no need to install roxygen before running depends
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph committed Feb 14, 2024
1 parent 3331127 commit 5573506
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/depends/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ RUN apt-get update \
COPY pecan.depends.R pecan_package_dependencies.csv pecan_deps_from_github.txt /
RUN --mount=type=secret,id=github_token \
export GITHUB_PAT=`cat /run/secrets/github_token` \
&& Rscript -e "install.packages(c('devtools'))" \
&& Rscript -e "devtools::install_version('roxygen2', '7.2.3', repos = 'cran.r-project.org')" \
&& Rscript -e "install.packages(c('desc', 'remotes'))" \
&& R_LIBS_USER='/usr/local/lib/R/site-library' Rscript /pecan.depends.R \
&& rm -rf /tmp/*

0 comments on commit 5573506

Please sign in to comment.