Fix failing test under devtools::check()
Compare changes
+ 5
− 1
@@ -19,5 +19,9 @@ test_that("user options are not permanently changed by ecxsys()", {
I ran the testthat
tests but forgot to run devtools::check()
. Somehow the options are handled differently in both cases.