external_tests/bernd_office_winxp.R

library(BatchJobs)
source("helpers.R")

conf = BatchJobs:::getBatchJobsConf()
conf$mail.start = conf$mail.done = conf$mail.error = "none"

conf$cluster.functions = makeClusterFunctionsInteractive()
doExternalTest(whitespace=FALSE)
#doExternalTest(whitespace=TRUE)

conf$cluster.functions = makeClusterFunctionsLocal()
doExternalTest(whitespace=FALSE)
#doExternalTest(whitespace=TRUE)
tudo-r/BatchJobs documentation built on April 3, 2022, 3:28 a.m.