Skip to content

Commit 5fd0f12

Browse files
use the lockfile
1 parent bb2a54b commit 5fd0f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

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

0 commit comments

Comments
 (0)