Nothing
.onLoad <- function(libname, pkgname) {
require("methods", quietly=TRUE) || stop("Package methods unavailable")
require("widgetTools", quietly = TRUE) ||
stop("Package widgetTools unavailable!")
require("DynDoc", quietly=TRUE) || stop("Package DynDoc unavailable")
if(.Platform$OS.type == "windows" && require(Biobase) && interactive()
&& .Platform$GUI == "Rgui"){
addVigs2WinMenu("tkWidgets")
}
}
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.