Nothing
library("RUnit")
library("ff")
library("cluster")
library("golubEsets")
for (nm in list.files("../unitTests/ppam/", pattern = "\\.[Rr]$")){
source(file.path("../unitTests/ppam/", nm))
}
library("sprint")
test.suite <- defineTestSuite("ppam", dirs = file.path("../unitTests/ppam/"),testFileRegexp = '*.R')
# === Set up finished ===
test.result <- runTestSuite(test.suite)
printTextProtocol(test.result)
pterminate()
quit()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.