R/zzz.R

Defines functions .onAttach

Documented in .onAttach

#' Message to display when package is loaded
#' 
#' @keywords internal
#'

.onAttach <- function(libname,pkgname){

  packageStartupMessage("***** BTSPAS: Bayesian Time Stratified Petersen Analysis System - Version 2024-11-01 (2024.11.1) ***** \n\n",
        "      Help available with  help(package='BTSPAS') \n",
        '      Several vignettes are available. See browseVignettes(package="BTSPAS") \n\n')
}

Try the BTSPAS package in your browser

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

BTSPAS documentation built on Oct. 24, 2024, 1:06 a.m.