inst/slowtest.R

library("targeted")
if (Sys.getenv("GITHUB_RUN_ID") == "") {
  future::plan("multicore")
}
res <- tinytest::run_test_dir("inst/slowtest")
if (summary(res)["Total", "fails"] > 0) {
  print(res)
  quit(status = 2)
}

Try the targeted package in your browser

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

targeted documentation built on Jan. 12, 2026, 9:08 a.m.