Nothing
## File Name: zzz.R
## File Version: 0.131
# zzz.R
#
# This function is simply copied from mice package.
# on attach immer
.onAttach <- function(libname,pkgname)
{
d <- utils::packageDescription('immer')
d1 <- d$Version
packageStartupMessage(
paste('* ',d$Package,' ', d1,' (',d$Date,')',sep='') )
}
version <- function(pkg='immer')
{
lib <- dirname(system.file(package=pkg))
d <- utils::packageDescription(pkg)
return( paste(d$Package,d$Version,d$Date,lib) )
}
# .First.lib <- function(lib, pkg){
# library.dynam('sirt', package=pkg, lib.loc=lib)
# return(invisible(0))
# }
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.