tests/testthat.R

library(testthat)
library(xopen)

if (ps::ps_is_supported()) {
  reporter <- ps::CleanupReporter(testthat::SummaryReporter)$new()
} else {
  ## ps does not support this platform
  reporter <- "progress"
}

test_check("xopen", reporter = reporter)

Try the xopen package in your browser

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

xopen documentation built on May 2, 2019, 10:59 a.m.