R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  msg <- "`ALA4R` is deprecated and will be removed from CRAN at the end of 2021. The package to replace `ALA4R``,
`galah`, is now available (https://CRAN.R-project.org/package=galah). For an introduction to `galah`,
visit the GitHub page (https://github.com/AtlasOfLivingAustralia/galah)."
  packageStartupMessage(msg)
}

Try the ALA4R package in your browser

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

ALA4R documentation built on July 12, 2021, 9:07 a.m.