Skip to content

Commit

Permalink
skip tests on devel
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 13, 2023
1 parent 94d961a commit e0ce62c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Suggests:
splines,
testthat (>= 3.1.7),
tidygraph,
vdiffr (>= 1.0.5)
vdiffr (>= 1.0.6)
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Expand Down
6 changes: 3 additions & 3 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# graphics engine changed in R 4.1, and so snapshots generated on
# previous R version won't be compatible
if (require("testthat") && require("vdiffr") && getRversion() > "4.1.0") {
# graphics engine changed in these versions, and so snapshots generated on
# previous R version won't work
if (require("testthat") && require("vdiffr") && getRversion() > "4.1.0" && getRversion() < "4.4.0") {
library(testthat)
library(see)

Expand Down

0 comments on commit e0ce62c

Please sign in to comment.