tests/testthat.R

library(testthat)
library(epicseg)

#set seed so that errors are reproducible
set.seed(13)
filt <- NULL
#we don't run the CLI tests on Windows
if (.Platform$OS.type != "unix") filt <- "^[A-Za-z]"
test_check("epicseg", filter=filt, reporter="summary")
lamortenera/epicseg documentation built on May 20, 2019, 7:34 p.m.