Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Sep 28, 2023
1 parent fa7cf25 commit 9424be7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgcheck
Title: rOpenSci Package Checks
Version: 0.1.2.008
Version: 0.1.2.009
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down
6 changes: 1 addition & 5 deletions R/cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,7 @@ cache_pkgcheck_component <- function (path,
)
}

# out <- suppressWarnings (do.call (this_fn, list (path)))
# temp change until https://github.com/r-lib/covr/pull/539
out <- suppressWarnings ({
withr::with_dir (path, do.call (this_fn, list (path)))
})
out <- suppressWarnings (do.call (this_fn, list (path)))

Sys.unsetenv ("_R_CHECK_FORCE_SUGGESTS_")

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/pkgcheck",
"issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.2.008",
"version": "0.1.2.009",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 9424be7

Please sign in to comment.