.onAttach <- function(libname, pkgname){
# Query version number from DESCRIPTION
v <- utils::packageVersion("rKIN")
# Startup message
packageStartupMessage(paste("rKIN (version ", v ,")", sep=""))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.