dwww Home | Show directory contents | Find package

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)

Generated by dwww version 1.15 on Thu May 23 17:24:08 CEST 2024.