Skip to content

Commit

Permalink
Merge pull request hms-dbmi-cellenics#362 from biomage-org/upgrade-renv
Browse files Browse the repository at this point in the history
Use latest renv version
  • Loading branch information
saracastel authored Mar 5, 2024
2 parents 025ce7a + 37318b4 commit 5f7abd6
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 136 deletions.
2 changes: 1 addition & 1 deletion pipeline-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN echo ".libPaths(c('$RENV_LIB', .libPaths()))" >> $(R RHOME)/etc/Rprofile.sit

# install renv to install required R packages
RUN R -q -e "install.packages('remotes', repos = c(CRAN = 'https://cloud.r-project.org'))" && \
R -q -e "remotes::install_github('rstudio/renv@0.16.0')" && \
R -q -e "remotes::install_github('rstudio/renv@v1.0.5')" && \
R -q -e "renv::init(bare = TRUE, settings = list(use.cache = FALSE))"

# fast pre-restore with pkgbuild
Expand Down
7 changes: 2 additions & 5 deletions pipeline-runner/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2373,11 +2373,8 @@
},
"renv": {
"Package": "renv",
"Version": "0.16.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "c9e8442ab69bc21c9697ecf856c1e6c7",
"Requirements": []
"Version": "1.0.5",
"Source": "Repository"
},
"reshape2": {
"Package": "reshape2",
Expand Down
Loading

0 comments on commit 5f7abd6

Please sign in to comment.