R/Utils.R

#' onAttach
#' @description Print a message when the package is loaded first time in R
#' @param lib lib
#' @param pkg pkg
#' @name onAttach
#' @keywords internal
".onAttach" <- function(lib, pkg){
  packageStartupMessage("\nMortalityGaps: The Double-Gap Life Expectancy Forecasting Model",
                        "\nAuthor       : Marius D. Pascariu",
                        "\nLast Update  : June 20, 2018\n")
}

Try the MortalityGaps package in your browser

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

MortalityGaps documentation built on May 2, 2019, 10:22 a.m.