From b0fe6dead1fe891d6b05bf70c0b990c2edc2d9f7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 20 Jun 2015 17:53:54 +0200 Subject: Workaround for hadley/testthat#144 --- tests/testthat.R | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/testthat.R') diff --git a/tests/testthat.R b/tests/testthat.R index 01c9b7cd..2eb2c8c3 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,3 +1,7 @@ +# 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) -- cgit v1.2.1