Skip to content
Snippets Groups Projects
Unverified Commit 9af83958 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

CRAN_V0.0.6: Final submission to CRAN to deprecate the LifeInsuranceContracts...

CRAN_V0.0.6: Final submission to CRAN to deprecate the LifeInsuranceContracts package in favour of LifeInsureR
parent dd74d09e
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,5 @@ ...@@ -8,3 +8,5 @@
^Examples ^Examples
.Rbuildignore$ .Rbuildignore$
^CRAN-SUBMISSION$
^cran-comments\.md$
Version: 0.0.6
Date: 2023-11-06 23:47:54 UTC
SHA: dd74d09e84d3ab09e237c46cb884e7cb204d6ffa
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8
RnwWeave: knitr
LaTeX: pdfLaTeX
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace,vignette
## R CMD check results
0 errors | 0 warnings | 1 note
* Sunsetting the LifeInsuranceContracts packge in favor of LifeInsureR.
This version ensures a seamless transition path for existing code using the
LifeInsuranceContracts package. It will automatically install the new LifeInsureR
package, load it on loading and in addition print out a warning (on loading) to
use the new name instead.
Since the LifeInsureR package will export the same names as the previous
LifeInsuranceContracts package, almost all code will continue to work. The only
exception is when (internal) functions are explicitly called like
LifeInsuranceContracts:::internalFuntion(...)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment