.onAttach <- function(libname, pkgname) {
version <- utils::packageDescription(pkgname, fields = "Version")
packageStartupMessage(
"Package: ", pkgname, " (version: ", version, ")\n",
"Layer with Grid or Function!!"
)
invisible()
}
# if(getRversion() >= "2.15.1") utils::globalVariables(
#
# )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.