Nothing
.onAttach <- function(libname, pkgname) {
packageStartupMessage(
paste("\nThis is xcms version", packageVersion("xcms"), "\n"))
}
.onLoad <- function(libname, pkgname) {
# require(methods)
.setXCMSOptions(pkgname)
}
.onUnload <- function(libpath) {
## mzR:::rampCloseAll() # Makes only sense if we used ramp.
library.dynam.unload("xcms", 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.