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 Sept. 23, 2024, 12:02 a.m.