tests/run-tests.R

library(testthat)
library(gWidgets2)
options(guiToolkit="RGtk2")

f <- list.files(system.file("tests", package="gWidgets2"), full=T)
f <- Filter(function(x) !grepl("README", x), f)
f <- Filter(function(x) !grepl("html", x), f)

sapply(f, function(i) {
  message("testing ", i)
  source(i)
})

Try the gWidgets2RGtk2 package in your browser

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

gWidgets2RGtk2 documentation built on May 2, 2019, 2:44 a.m.