R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  varpro.version <- read.dcf(file=system.file("DESCRIPTION", package=pkgname), 
                            fields="Version")
  packageStartupMessage(paste("\n",
                              pkgname,
                              varpro.version,
                              "\n",
                              "\n",
                              "Type varpro.news() to see new features, changes, and bug fixes.",
                              "\n",
                              "\n"))
}

Try the varPro package in your browser

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

varPro documentation built on Feb. 12, 2026, 5:07 p.m.