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

Target

Select target project
  • R/LifeInsureR
1 result
Select Git revision
Show changes
Commits on Source (2)
Version: 0.0.6
Date: 2023-11-06 23:47:54 UTC
SHA: dd74d09e84d3ab09e237c46cb884e7cb204d6ffa
Date: 2023-11-07 11:02:13 UTC
SHA: 2bae806873304671634ca27bec5180c82831006d
Package: LifeInsuranceContracts
Type: Package
Version: 0.0.6
Date: 2023-10-20
Date: 2023-11-07
Title: Framework for Traditional Life Insurance Contracts
Description: This package has been renamed to LifeInsureR, please use that package.
Description: Use of this package is deprecated. It has been renamed to 'LifeInsureR'.
Authors@R: c(person("Reinhold", "Kainhofer", role=c("aut", "cre"), email="reinhold@kainhofer.com"))
Author: Reinhold Kainhofer [aut, cre]
Maintainer: Reinhold Kainhofer <reinhold@kainhofer.com>
Encoding: UTF-8
Imports:
LifeInsureR,
rmarkdown
LifeInsureR
License: GPL (>= 2)
Suggests:
knitr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
URL: https://gitlab.open-tools.net/R/LifeInsureR
BugReports: https://gitlab.open-tools.net/R/LifeInsureR/-/issues
RoxygenNote: 7.2.3
# Generated by roxygen2: do not edit by hand
import(LifeInsureR)
importFrom(rmarkdown,render)
#' @import LifeInsureR
# Prevent spurious imports warnings in CRAN checks:
#' @importFrom rmarkdown render
NULL
.onAttach <- function(libname, pkgname) {
......
## R CMD check results
0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 notes
* Sunsetting the LifeInsuranceContracts packge in favor of LifeInsureR.
This version ensures a seamless transition path for existing code using the
......