aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat.R
blob: 2eb2c8c30d336468cedcf79c6886941ac760d287 (plain) (blame)
1
2
3
4
5
6
7
8
# 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")

Contact - Imprint