We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1831e2 commit 630a29dCopy full SHA for 630a29d
tests/testthat.R
@@ -1,4 +1,6 @@
1
2
-library("testthat")
3
-library("vdiffr")
4
-test_check("vdiffr")
+if (getRversion() < "4.1.0") {
+ library("testthat")
+ library("vdiffr")
5
+ test_check("vdiffr")
6
+}
0 commit comments