inst/tests/runTests.R

## unit tests will not be done if testthat is not available
if(require("testthat", quietly = TRUE)) {
    library(hiReadsProcessor)
    data(FLX_seqProps)
    test_package("hiReadsProcessor")    
} else {
    warning("cannot run unit tests -- package 'testthat' is not available")
}

Try the hiReadsProcessor package in your browser

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

hiReadsProcessor documentation built on Nov. 8, 2020, 5:43 p.m.