tests/testthat.R

## R CMD Check workarounds:
##
## Unset R_TESTS for QuasR starting another R process:
## https://stackoverflow.com/a/27994299 # nolint
Sys.setenv("R_TESTS" = "")
## Travis CI workarounds:
##
## BiocParallel multicore fails:
## https://github.com/travis-ci/travis-ci/issues/7052 # nolint
BiocParallel:: register(BiocParallel::SerialParam())

library(testthat)
library(kmap)

test_check("kmap")
coregenomics/kmap documentation built on June 4, 2019, 4:11 p.m.