Nothing
test_preselect <- function() {
cwd <- system.file("extdata", package="PAA")
load(paste(cwd, "/Alzheimer.RData", sep=""))
load(paste(cwd, "/selectFeaturesResultsFreq.RData", sep=""))
test.results <- printFeatures(features=selectFeatures.results$features, elist=elist)
checkTrue(is.data.frame(test.results))
checkTrue(nrow(test.results) >= 1)
}
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.