Nothing
# .noGenerics <- TRUE
# .conflicts.OK <- TRUE
.onLoad <- function(lib, pkg)
{
library.dynam("pdfCluster", pkg, lib)
#useDynLib("pdfCluster",.registration = TRUE)
}
.onAttach <- function(lib, pkg)
{
ver <- read.dcf(file.path(lib, pkg, "DESCRIPTION"), "Version")
packageStartupMessage(paste(pkg, ver))
#packageStartupMessage(
# "\n",
# "PLEASE NOTE: New features have been introduced in version 1.0-0", "\n",
# "These involve some changes in the package options", "\n",
# "see \"help(\"pdfCluster-package\")\" for the setting which", "\n",
# "reproduce the functioning of the previous versions.", " \n","\n")
}
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.