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 83208d8 commit 0752e7cCopy full SHA for 0752e7c
tests/testthat/helper.R
@@ -1,6 +1,7 @@
1
# used to skip visual tests of SVGs on r-devel and r-oldrel
2
# because they can be slightly different than r-release occasionally
3
skip_if_not_r_release <- function() {
4
+ # first try just skipping on devel
5
testthat::skip_if(isTRUE(Sys.getenv("R_VERSION_TYPE") == "devel"))
6
7
#testthat::skip_if_not(isTRUE(Sys.getenv("R_VERSION_TYPE") == "release"))
0 commit comments