R/startup.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("To get started with multiple species, see the demo with \n",
                        "vignette(package='changeRangeR')")
}

Try the changeRangeR package in your browser

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

changeRangeR documentation built on May 29, 2024, 9:46 a.m.