Skip to content

Commit 63523c9

Browse files
don't install renv with itself
1 parent 7f64b41 commit 63523c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inst/update-existing-hook-dependencies.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ options(
44
# repos = c(CRAN = "https://packagemanager.rstudio.com/all/latest"),
55
install.packages.compile.from.source = "never"
66
)
7-
renv::install("renv")
87
renv::install("jsonlite")
98
renv_deps <- names(jsonlite::read_json("renv.lock")$Packages)
109
renv::load()

0 commit comments

Comments
 (0)