Skip to content

Commit

Permalink
skip extra-checks on windows, mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 14, 2024
1 parent 4780fb5 commit 1e66709
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.033
Version: 0.1.2.034
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
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.033",
"version": "0.1.2.034",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-extra-checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ test_all <- identical (Sys.getenv ("MPADGE_LOCAL"), "true") ||
# These tests should not be skipped because the `!test_all` condition then
# includes the `pkgcheck` workflow itself, which then reduces coverage.
# skip_if (!test_all)
testthat::skip_on_os ("windows")
testthat::skip_on_os ("mac")

test_that ("extra checks", {

Expand Down

0 comments on commit 1e66709

Please sign in to comment.