R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  if (interactive()) {
   if (!has_data_path()){
     packageStartupMessage("path to data has not been configured - please see ?set_data_path")
   }
  }
}
BigelowLab/ecomon documentation built on Dec. 8, 2023, 9:21 p.m.