R/utils.R

Defines functions .onAttach

.onAttach <- function(lib,pkg) {
  local_version <- utils::packageVersion("childfree")
  packageStartupMessage("N   \U2587\U2500\U252C\U2500O   childfree v",local_version)
  packageStartupMessage(" O    \U2506     CITE: Neal, Z. P. and Neal, J. W., (2024). childfree: An R package to access and")
  packageStartupMessage("  K   \U2587\U2500\U252C\U2500O harmonize childfree demographic data. CRAN. https://doi.org/10.32614/CRAN.package.childfree")
  packageStartupMessage("   I    \U2506   HELP: type vignette(\"childfree\"); email zpneal@msu.edu; github zpneal/childfree")
  packageStartupMessage("    D   \U2573   BETA: type devtools::install_github(\"zpneal/childfree\", ref = \"devel\")")
}

Try the childfree package in your browser

Any scripts or data that you put into this service are public.

childfree documentation built on April 3, 2025, 6:15 p.m.