tests/test-all.R

## Disable the tests if the system variable 'R_DISABLE_TESTS' is set to TRUE

flag <- as.logical(Sys.getenv("R_DISABLE_TESTS"))
if (is.na(flag) | flag == FALSE) {
    library("testthat")
    test_check("recount")
}

Try the recount package in your browser

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

recount documentation built on Dec. 20, 2020, 2:01 a.m.