R/testme.R

Defines functions testme

## This runs 'testme' test inst/testme/test-<name>.R scripts
## Don't edit - it was autogenerated by inst/testme/deploy.R
testme <- function(name) {
  Sys.setenv(R_TESTME_PACKAGE = 'parallelly')
  Sys.setenv(R_TESTME_NAME = name)
  on.exit(Sys.unsetenv('R_TESTME_NAME'))
  source(system.file(package = 'parallelly', 'testme', 'run.R', mustWork = TRUE))
}

Try the parallelly package in your browser

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

parallelly documentation built on April 4, 2025, 4:38 a.m.