R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
  if (!any(grepl("esri2sf", installed.packages()[,"Package"]))) cat(crayon::green("Install the package 'esri2sf' from github with: `devtools::install_github('yonghah/esri2sf')`\n"))
}
MARC-GIS/marcR documentation built on Nov. 16, 2020, 1:41 p.m.