We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f424146 commit b5057dbCopy full SHA for b5057db
tests/testthat/test-external-generic.R
@@ -30,7 +30,7 @@ test_that("displays nicely", {
30
test_that("new_method works with both hard and soft dependencies", {
31
# NB: Relies on installed S7
32
33
- skip_if(getRversion() < 4.1 && Sys.info()[["sysname"]] == "Windows")
+ skip_if(getRversion() < "4.1" && Sys.info()[["sysname"]] == "Windows")
34
skip_if(quick_test())
35
36
tmp_lib <- tempfile()
0 commit comments