blob: 2eb2c8c30d336468cedcf79c6886941ac760d287 (
plain) (
tree)
|
|
# Unsetting R_TESTS is a workaround for an R bug, see
# http://github.com/hadley/testthat/issues/144
# Should be removed once the issue is resolved
Sys.setenv("R_TESTS" = "")
library(testthat)
library(mkin)
test_check("mkin")
|