#THISPKG <- "GenometriCorr"
.gnmCorr <- new.env(parent=emptyenv())
.onAttach <- function(libname, pkgname) {
version <- packageDescription("GenometriCorr", fields="Version")
packageStartupMessage(paste("Welcome to GenometriCorr version ", version))
}
#.onUnload <- function(libpath){
# library.dynam.unload(THISPKG, libpath)
#}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.