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

Final CRAN submission for LifeInsuranceContracts

parent 2bae8068
No related branches found
No related tags found
No related merge requests found
Version: 0.0.6 Version: 0.0.6
Date: 2023-11-07 00:15:36 UTC Date: 2023-11-07 11:02:13 UTC
SHA: 9af839588e0e69aad9a5450eaa8d573be9b19481 SHA: 2bae806873304671634ca27bec5180c82831006d
Package: LifeInsuranceContracts Package: LifeInsuranceContracts
Type: Package Type: Package
Version: 0.0.6 Version: 0.0.6
Date: 2023-10-20 Date: 2023-11-07
Title: Framework for Traditional Life Insurance Contracts Title: Framework for Traditional Life Insurance Contracts
Description: This package has been renamed to LifeInsureR, please use its new name. 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")) Authors@R: c(person("Reinhold", "Kainhofer", role=c("aut", "cre"), email="reinhold@kainhofer.com"))
Author: Reinhold Kainhofer [aut, cre] Author: Reinhold Kainhofer [aut, cre]
Maintainer: Reinhold Kainhofer <reinhold@kainhofer.com> Maintainer: Reinhold Kainhofer <reinhold@kainhofer.com>
...@@ -13,3 +13,4 @@ Imports: ...@@ -13,3 +13,4 @@ Imports:
License: GPL (>= 2) License: GPL (>= 2)
URL: https://gitlab.open-tools.net/R/LifeInsureR URL: https://gitlab.open-tools.net/R/LifeInsureR
BugReports: https://gitlab.open-tools.net/R/LifeInsureR/-/issues BugReports: https://gitlab.open-tools.net/R/LifeInsureR/-/issues
RoxygenNote: 7.2.3
# Generated by roxygen2: do not edit by hand # Generated by roxygen2: do not edit by hand
import(LifeInsureR) import(LifeInsureR)
importFrom(rmarkdown,render)
#' @import LifeInsureR #' @import LifeInsureR
# Prevent spurious imports warnings in CRAN checks:
#' @importFrom rmarkdown render
NULL NULL
.onAttach <- function(libname, pkgname) { .onAttach <- function(libname, pkgname) {
......
## R CMD check results ## R CMD check results
0 errors | 0 warnings | 1 note 0 errors | 0 warnings | 0 notes
* Sunsetting the LifeInsuranceContracts packge in favor of LifeInsureR. * Sunsetting the LifeInsuranceContracts packge in favor of LifeInsureR.
This version ensures a seamless transition path for existing code using the This version ensures a seamless transition path for existing code using the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment