Skip to content

Commit

Permalink
reinstate windows test-print.R for #163, #157
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 28, 2024
1 parent 904fa4d commit 4b5a995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: goodpractice
Title: Advice on R Package Building
Version: 1.0.4.004
Version: 1.0.4.005
Authors@R:
c(
person(given = "Mark",
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/goodpractice",
"issueTracker": "https://github.com/ropensci-review-tools/goodpractice/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.0.4.004",
"version": "1.0.4.005",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-print.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
test_that("print with default and explicit positions.limit", {

# These tests currently fail on Windows CI. Skipping for now...
skip_on_os("windows")
# skip_on_os("windows")

# Turn off ANSI colours provided by {crayon}
withr::local_options("crayon.enabled" = FALSE)
Expand Down

0 comments on commit 4b5a995

Please sign in to comment.