R/zzz.R

Defines functions .onAttach

.onAttach  <- function(libname, pkgname){
  packageStartupMessage(
    paste0("Please cite the package as:\n",
           "Dalia Camacho-Garcia-Formenti and Rodrigo Zepeda-Tello ",
           "(2018). bw: Dynamic Body Weight Models for Children and ",
           "Adults. R package version 1.0.1.\n",
           "Feel free to contact us with any questions."), 
    domain = NULL, appendLF = TRUE)
}
INSP-RH/bw-Mexican-children-population documentation built on Jan. 19, 2020, 12:58 p.m.