diff --git a/R/HelperFunctions.R b/R/HelperFunctions.R index 68bbc4e684bc7bdedf557f43662695e75b8d7084..18cfbca71117d988b80d3ded0eedb87b71195b01 100644 --- a/R/HelperFunctions.R +++ b/R/HelperFunctions.R @@ -2,3 +2,7 @@ # Prevent spurious imports warnings in CRAN checks: #' @importFrom rmarkdown render NULL + +.onAttach <- function(libname, pkgname) { + warning("The LifeInsuranceContracts package has been renamed to LifeInsureR. \nPlease use library(LifeInsureR) instead!") +}