R/zzz.R

Defines functions .onLoad

.onLoad <-
function(lib, pkg){
  
  write("Welcome to cesr 1.0.5, use help(cesr) to get started", "")

  utils::data(cesnames, package="cesr")
  
  setceslang('Latin')

}

  
btorobrob/cesr documentation built on June 9, 2025, 5:39 a.m.