Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • Costs
  • LifeInsuranceContracts-retired
  • master
  • CRAN_V0.0.6
  • CRAN_V1.0.0
  • V0.0.1
  • V0.0.2
  • V0.0.4
  • V0.0.6
  • V1.0.0
10 results

Target

Select target project
  • R/LifeInsureR
1 result
Select Git revision
  • Costs
  • LifeInsuranceContracts-retired
  • master
  • CRAN_V0.0.6
  • CRAN_V1.0.0
  • V0.0.1
  • V0.0.2
  • V0.0.4
  • V0.0.6
  • V1.0.0
10 results
Show changes
Commits on Source (2)
......@@ -8,3 +8,5 @@
^Examples
.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(...)
---
title: "Creating Company-Specific LifeInsuranceContracts Implementations (using an RStudio Package Template)"
author:
- name: Reinhold Kainhofer
affiliation: Open Tools
email: reinhold@kainhofer.com
date: "`r Sys.Date()`"
output:
rmarkdown::html_vignette:
toc: true
toc_depth: 3
fig_width: 7
fig_height: 5
number_sections: true
vignette: >
%\VignetteIndexEntry{Creating Company-Specific LifeInsuranceContracts Implementations (using an RStudio Package Template)}
%\VignetteEncoding{UTF-8}
%\VignetteEngine{knitr::rmarkdown}
---
This package has been renamed from LifeInsuranceContracts to **LifeInsureR**!
For the documentation, see <https://cran.r-project.org/web/packages/LifeInsureR/vignettes/using-the-lifeinsurer-package.html>!
---
title: "Using the LifeInsuranceContracts Package"
author:
- name: Reinhold Kainhofer
affiliation: Open Tools
email: reinhold@kainhofer.com
date: "`r Sys.Date()`"
output:
rmarkdown::html_vignette:
toc: true
toc_depth: 3
fig_width: 7
fig_height: 5
number_sections: true
vignette: >
%\VignetteIndexEntry{Using the LifeInsuranceContracts Package}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
This package has been renamed from LifeInsuranceContracts to LifeInsureR!
For the documentation, see https://cran.r-project.org/web/packages/LifeInsureR/vignettes/using-the-lifeinsurer-package.html!