Nothing
.onLoad <- function(libname, pkgname, where) {
require("methods", quietly=TRUE) || stop("Package methods not available")
capable <- capabilities()
if (!capable["tcltk"]) {
stop("The tcltk package is not working. Please consult the R FAQ")
}
}
.onAttach <- function(libname, pkgname) {
if (.Platform$OS.type == "windows")
suppressWarnings(require("Biobase")) && addVigs2WinMenu("widgetTools")
}
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.