Nothing
path <- system.file("testScripts/R", package="aroma.affymetrix")
pathname <- file.path(path, "installUtils.R")
source(pathname)
library("R.utils")
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Install
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
verbose && enter(verbose, "Installing test-specific packages")
pkgs <- c("CRAN:calmate", "CRAN:PSCBS")
for (pkg in pkgs) {
verbose && cat(verbose, "Package: ", pkg)
installPkg(pkg)
}
verbose && exit(verbose)
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.