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/azmpcfin documentation built on March 19, 2022, 2:23 a.m.