Skip to content

Commit 80a688d

Browse files
update renv package
1 parent edd0a75 commit 80a688d

File tree

3 files changed

+80
-94
lines changed

3 files changed

+80
-94
lines changed

.github/workflows/hook-dependencies-update.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ jobs:
5353
deps <- desc$get_deps()
5454
dont <- c(
5555
"yaml", "usethis", "withr", "rstudioapi", "precommit",
56-
"pkgdown",
57-
"httr" # lintr -> httr -> curl -> libcurl, but seems to give no erorr on
58-
# loading lintr, plus https://github.com/jimhester/lintr/issues/861
56+
"pkgdown", "mockery",
57+
"httr"
5958
)
6059
out <- c(out, "roxygen2", "spelling", "styler", "pkgload", "lintr", "knitr", "git2r", "desc", "mockery")
6160
out <- setdiff(c(unique(c(out, deps[deps$type == "Imports", ]$package))), dont)

0 commit comments

Comments
 (0)