From 2bae806873304671634ca27bec5180c82831006d Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Tue, 7 Nov 2023 01:16:04 +0100 Subject: [PATCH] CRAN_V0.0.6: Fix CRAN NOTEs as far as possible... --- CRAN-SUBMISSION | 4 ++-- DESCRIPTION | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 59aa442..5306654 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ Version: 0.0.6 -Date: 2023-11-06 23:47:54 UTC -SHA: dd74d09e84d3ab09e237c46cb884e7cb204d6ffa +Date: 2023-11-07 00:15:36 UTC +SHA: 9af839588e0e69aad9a5450eaa8d573be9b19481 diff --git a/DESCRIPTION b/DESCRIPTION index 65a53fc..c481de9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,19 +3,13 @@ Type: Package Version: 0.0.6 Date: 2023-10-20 Title: Framework for Traditional Life Insurance Contracts -Description: This package has been renamed to LifeInsureR, please use that package. +Description: This package has been renamed to LifeInsureR, please use its new name. 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 -- GitLab