Skip to content

Commit

Permalink
run tests only on R 4.3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Apr 2, 2024
1 parent 408c92f commit 6782928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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") {
if (require("testthat") && require("vdiffr") && getRversion() > "4.3.0" && getRversion() < "4.4.0") {
library(testthat)
library(see)

Expand Down

0 comments on commit 6782928

Please sign in to comment.