Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rempsyc committed Aug 20, 2023
1 parent 5327fb1 commit 12a736f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/testthat/test-htest_data.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("basic examples", {
if (getRversion() < 4.1.3) {
if (getRversion() < "4.1.3") {
skip_on_os("linux")
}

Expand Down Expand Up @@ -96,6 +96,10 @@ test_that("edge cases", {
})

test_that("subset and na.action", {
if (getRversion() < "4.1.3") {
skip_on_os("linux")
}

# t.test
some_data <- mtcars
some_data$mpg[1] <- NA
Expand Down

0 comments on commit 12a736f

Please sign in to comment.