# Allows conflicts. For more information, see library() and
# conflicts() in [R] base.
.conflicts.OK <- TRUE
.First.lib <- function(libname, pkgname) {
pkg <- Package(pkgname);
assign(pkgname, pkg, pos=getPosition(pkg));
packageStartupMessage(getName(pkg), " v", getVersion(pkg), " (",
getDate(pkg), ") successfully loaded. See ?", pkgname, " for help.");
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.