diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-05 16:33:02 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-05 16:33:02 +0200 |
commit | d3ed95f2a0a43ed74b02ea90e35d043ed4e1e72f (patch) | |
tree | c87a9751aa599e9c75c44acd570c0a1a4302c504 | |
parent | 94b9a6980dce02c7c32c3bc3b61aad61a3ce3151 (diff) |
Unsetting R_TESTS not necessary any more
See r-lib/testthat#144
-rw-r--r-- | tests/testthat.R | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testthat.R b/tests/testthat.R index 2eb2c8c3..01c9b7cd 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,7 +1,3 @@ -# 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) |