Nothing
# Package initialization
# This file is executed when the package is loaded
.onLoad <- function(libname, pkgname) {
# Package initialization code goes here
# Currently no initialization needed, but this file is here for future use
invisible()
}
#' @importFrom utils packageVersion
.onAttach <- function(libname, pkgname) {
#Startup msgs
#Version and URL for website
#packageStartupMessage ("Attached: 'statuser' (Version: ",utils::packageVersion('statuser'), ")")
#While developing:
#packageStartupMessage(
# "#######################################################\n",
# "This Version 2026 04 17 - 06.36PM\n" )
invisible()
}
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.