#! /usr/bin/env Rscript --arch=x86_64
library(RUnit)
source("/Users/brad/Rcode/neuroim/pkg/workspace.R")
testsuite <- defineTestSuite("neuroim", dirs = "tests",
testFileRegexp = "^runit.+\\.R",
testFuncRegexp = "^test.+",
rngKind = "Marsaglia-Multicarry",
rngNormalKind = "Kinderman-Ramage")
testResult <- runTestSuite(testsuite)
printTextProtocol(testResult)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.