tests/testthat.R

# Had the same issue as in this thread: https://github.com/hadley/testthat/issues/86
# or maybe https://github.com/r-lib/devtools/issues/1526
Sys.unsetenv("R_TESTS")

options(deparse.max.lines = 5,  testthat.summary.max_reports = 1000L)
testthat::test_check("dynamichazard", reporter = "summary")

Try the dynamichazard package in your browser

Any scripts or data that you put into this service are public.

dynamichazard documentation built on Oct. 6, 2022, 1:08 a.m.