Skip to content

Commit 630a29d

Browse files
committed
Skip tests on r-devel
Until we figure out #86
1 parent c1831e2 commit 630a29d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/testthat.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2-
library("testthat")
3-
library("vdiffr")
4-
test_check("vdiffr")
2+
if (getRversion() < "4.1.0") {
3+
library("testthat")
4+
library("vdiffr")
5+
test_check("vdiffr")
6+
}

0 commit comments

Comments
 (0)