Skip to content

Commit

Permalink
seems like recorded packages are not installed if renv version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Sep 15, 2024
1 parent 5d444cf commit bb2a54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/update-dependency-graph-existing-packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ hook_deps <- function(root) {

source("inst/update-renv-prepare.R")
source("renv/activate.R")
renv::install()
options(renv.snapshot.filter = hook_deps)

renv::snapshot(type = "custom", prompt = FALSE)

0 comments on commit bb2a54b

Please sign in to comment.