R/zzz.R

Defines functions .onAttach

#' @importFrom Rcpp evalCpp
#' @useDynLib o2geosocial, .registration = TRUE
#'
.onAttach <- function(libname, pkgname) {
  ## pkg_version <- packageDescription("o2geosocial", fields = "Version")
  ## startup_txt <- paste("\n   === o2geosocial", pkg_version, "is loaded ===\n")
  ## packageStartupMessage(startup_txt)
}

Try the o2geosocial package in your browser

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

o2geosocial documentation built on Sept. 11, 2021, 9:07 a.m.