Skip to content

Commit

Permalink
Merge branch 'dev' into test-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Aug 7, 2024
2 parents db27d33 + ddb51b7 commit bafc61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_dockerfiles_renv.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ add_dockerfile_with_renv_ <- function(

my_dock$COPY(basename(lockfile), "renv.lock")

my_dock$RUN("R -e 'options(renv.config.pak.enabled = FALSE);renv::restore()'")
my_dock$RUN("R -e 'options(renv.config.pak.enabled = FALSE);options(renv.config.pak.enabled = FALSE);renv::restore()'")

if (update_tar_gz) {
old_version <- list.files(
Expand Down

0 comments on commit bafc61c

Please sign in to comment.