R/zzz.R

Defines functions .onAttach

#' @importFrom utils packageVersion

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("This is version ", packageVersion("stenR"), 
                        " of stenR package.\n",
                        "Visit https://github.com/statismike/stenR to report an issue",
                        " or contribute. If you like it - star it!")
}

Try the stenR package in your browser

Any scripts or data that you put into this service are public.

stenR documentation built on Aug. 19, 2022, 5:06 p.m.