inst/script/unit.R

stopifnot(require("dplyr"))
stopifnot(require("testthat"))
stopifnot(require("knitr"))
stopifnot(require("readr"))
stopifnot(require("mrgsim.parallel"))

x <- test_dir("tests/testthat/")
x <- as_tibble(x)
x$result <- NULL
x$user <- NULL
x$system <- NULL
x$real <- NULL
write_csv(x = x, file = "inst/docs/tests.csv")

Try the mrgsim.parallel package in your browser

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

mrgsim.parallel documentation built on March 18, 2022, 7:52 p.m.