R/HelperFunctions.R

Defines functions .onAttach

#' @import LifeInsureR
NULL

.onAttach <- function(libname, pkgname) {
  warning("The LifeInsuranceContracts package has been renamed to LifeInsureR. \nPlease use library(LifeInsureR) instead!")
}

Try the LifeInsuranceContracts package in your browser

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

LifeInsuranceContracts documentation built on Nov. 7, 2023, 5:07 p.m.