R/onAttach.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
     packageStartupMessage(
         "This is beta software.\n",
         "Unless you need to do aster models with dependence groups,\n",
         "    use package \"aster\" instead.\n",
         "See help(aster2-package) for differences from package \"aster\"\n",
         "    and examples.\n")
}

Try the aster2 package in your browser

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

aster2 documentation built on Sept. 18, 2024, 1:06 a.m.