Skip to content
Snippets Groups Projects
Commit 0076c4f2 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Add warning message on package loading

parent fbf603b5
Branches
Tags
No related merge requests found
...@@ -2,3 +2,7 @@ ...@@ -2,3 +2,7 @@
# Prevent spurious imports warnings in CRAN checks: # Prevent spurious imports warnings in CRAN checks:
#' @importFrom rmarkdown render #' @importFrom rmarkdown render
NULL NULL
.onAttach <- function(libname, pkgname) {
warning("The LifeInsuranceContracts package has been renamed to LifeInsureR. \nPlease use library(LifeInsureR) instead!")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment