You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 2 remaining notes (see #80 and #81)
- 1 remaining warning (see #79)
- 1 error: “Running the tests in ‘tests/testthat.R’ failed”. However,
devtools::test() successfully completes all tests. (see #82)
Other fixes:
- added ‘Sys.setenv("R_TESTS" = “”)’ to testthat.R
- function ‘GriddedDailyWeatherFromNCEPCFSR_Global’ was missing
argument ‘verbose’
- cleanup in function ‘generate_RNG_streams’ moved to call to on.exit()
- close#82: we can now remove `Sys.setenv("R_TESTS" = "")` from file `tests/testthat.R`: this issue is now fixed
- change reporter from "Summary" to "List"
“Running the tests in ‘tests/testthat.R’ failed”.
However, devtools::test() successfully completes all tests.
Adding
Sys.setenv("R_TESTS" = "")
to testthat.R as recommended in r-lib/testthat#86 and r-lib/testthat#144 doesn't fix this.The text was updated successfully, but these errors were encountered: