tests/testthat/test-specs.r

context("specs")

specs <- dir("../specs", pattern = "\\.[rR]$", full.names = TRUE)
for (spec in specs) {
  suppressMessages(
   sys.source(spec, envir = new.env(), chdir = TRUE)
  )
}
rstudio/ggvis documentation built on Feb. 5, 2024, 9:13 p.m.