Skip to content

Commit bb2a54b

Browse files
seems like recorded packages are not installed if renv version changes
1 parent 5d444cf commit bb2a54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/update-dependency-graph-existing-packages.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ hook_deps <- function(root) {
1515

1616
source("inst/update-renv-prepare.R")
1717
source("renv/activate.R")
18+
renv::install()
1819
options(renv.snapshot.filter = hook_deps)
1920

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

0 commit comments

Comments
 (0)