.onload <- function(libname, pkgname)
{library.dynam("simpleRslopes",package=pkgname,lib.loc=libname)}
.onAttach <- function(libname, pkgname)
{
temp <- packageDescription("simpleRslopes")
msg <- paste("Package: ",temp$Package,": ",temp$Title,"\n",
"Version: ",temp$Version,"\n",
"Updated on: ",
temp$Date,"\n", sep="")
msg <- paste(msg,'For citation information, type citation("simpleRslopes")\n')
# msg <- paste(msg,'For vignettes, see <https://doi.org/10.32614/RJ-2018-065> \n')
msg <- paste(msg,"For bugs and errors, submit an issue to <https://github.com/AlexChristensen/simpleRslopes/issues>")
packageStartupMessage(msg)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.