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 7364abe commit de8c718Copy full SHA for de8c718
inst/update-dependency-graph-existing-packages.R
@@ -18,4 +18,8 @@ source("renv/activate.R")
18
renv::restore()
19
options(renv.snapshot.filter = hook_deps)
20
21
+# TODO snapshot looks up from which repo the packages were installed.
22
+# Hence, setting the repo option only affects new installs. Solution:
23
+# - manually replace cran with rspm in renv.lock
24
+# - first activate renv, restore renv and then run this script
25
renv::snapshot(type = "custom", prompt = FALSE)
0 commit comments