Nothing
## covr: skip=all
# Allows conflicts. For more information, see library() and
# conflicts() in [R] base.
.conflicts.OK <- TRUE
.onLoad <- function(libname, pkgname) {
## covr: skip=3
ns <- getNamespace(pkgname);
pkg <- Package(pkgname);
assign(pkgname, pkg, envir=ns);
}
.onAttach <- function(libname, pkgname) {
pkg <- get(pkgname, envir=getNamespace(pkgname));
startupMessage(pkg);
}
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.