tests/testthat.R

library(testthat)
library(FRASER)

# to speed up the testing on windows do it in serial mode
if(.Platform$OS.type != "unix") {
    register(SerialParam())
}

test_check("FRASER")
c-mertes/FRASER documentation built on June 14, 2024, 7:49 p.m.