Nothing
#-----------------------------------------------------------------------------------------
# package start and finish.
#-----------------------------------------------------------------------------------------
.onAttach <- function (libname, pkgname) {
packageStartupMessage (tagline ())
pkgs <- hazPackages()
if (!all (pkgs))
packageStartupMessage(
"Suggested package(s) missing: ",
collapse (names(pkgs) [!pkgs]))
}
.Last.lib <- function (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.