Nothing
# R/zzz.R
.onLoad <- function(libname, pkgname) {
# This explicitly ensures the shared object is loaded for the current namespace
# This is a safer way to get the DLLInfo object R is complaining about.
# utils::getFromNamespace("loadNamespace", "base")(pkgname)
}
.onUnload <- function(libpath) {
# library.dynam.unload uses the package name
library.dynam.unload("tweedie", 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.