tests/testthat/runTests.R

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

Try the hiAnnotator package in your browser

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

hiAnnotator documentation built on Nov. 8, 2020, 7:27 p.m.