We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2a54b commit 5fd0f12Copy full SHA for 5fd0f12
inst/update-dependency-graph-existing-packages.R
@@ -15,7 +15,7 @@ hook_deps <- function(root) {
15
16
source("inst/update-renv-prepare.R")
17
source("renv/activate.R")
18
-renv::install()
+renv::restore()
19
options(renv.snapshot.filter = hook_deps)
20
21
renv::snapshot(type = "custom", prompt = FALSE)
0 commit comments