Nothing
.onLoad <- function(libname, pkgname)
{
if(.Platform$OS.type == "windows"){
temp <- Sys.getenv("PATH")
Sys.setenv(PATH = paste(base::normalizePath(file.path(libname, pkgname, "libs")),
file.path(Sys.getenv("R_HOME"), "modules", fsep="\\"), temp, sep=";"))
on.exit(Sys.setenv(PATH = temp))
}
library.dynam("rsbml", pkgname, libname)
}
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.