Nothing
.onLoad <- function(lib, pkgname){
require("methods", quietly = TRUE) || stop("methods package not found")
require("tools", quietly = TRUE) || stop("methods package not found")
library.dynam( "CNTools", package = "CNTools", lib.loc=NULL)
}
.onUnload <- function( libpath ) {
library.dynam.unload( "CNTools", libpath )
}
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.