Raw File
tinytest.R

if (requireNamespace("tinytest", quietly=TRUE)) {
    tinytest::test_package("RcppArmadillo")
}
back to top