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")

Try the FRASER package in your browser

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

FRASER documentation built on Feb. 3, 2021, 2:01 a.m.