R/zzz.R

Defines functions .onAttach

.onUnload <- function (libpath) {
    library.dynam.unload("dplR", libpath)
}
.onAttach <- function(libname, pkgname) {
  packageStartupMessage("This is dplR version ", 
                        packageVersion("dplR"),
                        ".\n",
                        "dplR is part of openDendro https://opendendro.org",
                        ".\n",
                        "New users can visit https://opendendro.github.io/dplR-workshop/ to get started.")
}

Try the dplR package in your browser

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

dplR documentation built on Aug. 30, 2023, 9:08 a.m.