Skip to content

Commit b4cc0fa

Browse files
digest not strictly needed
1 parent 9d0033c commit b4cc0fa

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
"httr" # lintr -> httr -> curl -> libcurl, but seems to give no erorr on
5454
# loading lintr, plus https://github.com/jimhester/lintr/issues/861
5555
)
56-
out <- c(out, "roxygen2", "spelling", "styler", "pkgload", "lintr", "knitr", "git2r", "digest", "desc")
56+
out <- c(out, "roxygen2", "spelling", "styler", "pkgload", "lintr", "knitr", "git2r", "desc")
5757
out <- setdiff(c(unique(c(out, deps[deps$type == "Imports", ]$package))), dont)
5858
out <- names(renv:::renv_package_dependencies(out))
5959
return(out)

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ repos:
1717
- id: roxygenize
1818
additional_dependencies:
1919
20-
2120
2221
2322

renv.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,6 @@
114114
"Repository": "CRAN",
115115
"Hash": "28763d08fadd0b733e3cee9dab4e12fe"
116116
},
117-
"digest": {
118-
"Package": "digest",
119-
"Version": "0.6.29",
120-
"Source": "Repository",
121-
"Repository": "RSPM",
122-
"Hash": "cf6b206a045a684728c3267ef7596190"
123-
},
124117
"docopt": {
125118
"Package": "docopt",
126119
"Version": "0.7.1",

tests/testthat/test-hooks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ run_test("roxygenize",
304304

305305
### . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..
306306
### readme-rmd-rendered ####
307-
if (!has_git()) {
307+
if (has_git()) {
308308
run_test("readme-rmd-rendered",
309309
file_name = c("README.md", "README.Rmd"),
310310
suffix = "",

0 commit comments

Comments
 (0)