tests/testthat.R

library(testthat)
if (!testthat:::on_cran()) {
  library(tsmp)
  Sys.setenv(RCPP_PARALLEL_BACKEND = "tinythread")
  test_check("tsmp")
}

Try the tsmp package in your browser

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

tsmp documentation built on Aug. 21, 2022, 1:13 a.m.