tests/testthat.R

library(testthat)
library(monocle3)

# Prevent flashing text on some Linux platforms.
options(testthat..use_colours = FALSE)
# Run to end of tests.
options(testthat.progress.max_fails=1000000)
Sys.setenv('TESTTHAT_MAX_FAILS' = Inf)

test_check("monocle3")
cole-trapnell-lab/monocle3 documentation built on April 7, 2024, 9:24 p.m.