tests/tinytest.R

if(capabilities('long.double') && requireNamespace("tinytest", quietly=TRUE)){
    library(tinytest)
    options(covr = FALSE)
    data.table::setDTthreads(2)
    test_package("maditr", remove_side_effects=FALSE)
    data.table::setDTthreads(NULL)
}
gdemin/maditr documentation built on April 12, 2024, 10 p.m.