R/zzz.r

Defines functions .onAttach

#' Message when the package is loaded
#'
#' @author George Moroz <agricolamz@gmail.com>
#' @noRd

.onAttach <- function(libname = find.package("lingtypology"),
                    pkgname = "lingtypology") {
  packageStartupMessage("Based on the Glottolog v. 5.0")
}
ropensci/lingtypology documentation built on March 17, 2024, 11:13 p.m.