Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LifeInsureR package for R
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R
LifeInsureR package for R
Compare revisions
9af839588e0e69aad9a5450eaa8d573be9b19481 to 93cf50297b67ff122cca19ece4d2439afc1dc961
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
R/LifeInsureR
Select target project
No results found
93cf50297b67ff122cca19ece4d2439afc1dc961
Select Git revision
Swap
Target
R/LifeInsureR
Select target project
R/LifeInsureR
1 result
9af839588e0e69aad9a5450eaa8d573be9b19481
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
CRAN_V0.0.6: Fix CRAN NOTEs as far as possible...
· 2bae8068
Reinhold Kainhofer
authored
1 year ago
2bae8068
Final CRAN submission for LifeInsuranceContracts
· 93cf5029
Reinhold Kainhofer
authored
1 year ago
93cf5029
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CRAN-SUBMISSION
+2
-2
2 additions, 2 deletions
CRAN-SUBMISSION
DESCRIPTION
+3
-8
3 additions, 8 deletions
DESCRIPTION
NAMESPACE
+0
-1
0 additions, 1 deletion
NAMESPACE
R/HelperFunctions.R
+0
-2
0 additions, 2 deletions
R/HelperFunctions.R
cran-comments.md
+1
-1
1 addition, 1 deletion
cran-comments.md
with
6 additions
and
14 deletions
CRAN-SUBMISSION
View file @
93cf5029
Version: 0.0.6
Date: 2023-11-0
6 23:47:54
UTC
SHA:
dd74d09e84d3ab09e237c46cb884e7cb204d6ffa
Date: 2023-11-0
7 11:02:13
UTC
SHA:
2bae806873304671634ca27bec5180c82831006d
This diff is collapsed.
Click to expand it.
DESCRIPTION
View file @
93cf5029
Package: LifeInsuranceContracts
Type: Package
Version: 0.0.6
Date: 2023-1
0-20
Date: 2023-1
1-07
Title: Framework for Traditional Life Insurance Contracts
Description:
T
his package has been renamed to LifeInsureR
, please use that package
.
Description:
Use of t
his 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
This diff is collapsed.
Click to expand it.
NAMESPACE
View file @
93cf5029
# Generated by roxygen2: do not edit by hand
import(LifeInsureR)
importFrom(rmarkdown,render)
This diff is collapsed.
Click to expand it.
R/HelperFunctions.R
View file @
93cf5029
#' @import LifeInsureR
# Prevent spurious imports warnings in CRAN checks:
#' @importFrom rmarkdown render
NULL
.onAttach
<-
function
(
libname
,
pkgname
)
{
...
...
This diff is collapsed.
Click to expand it.
cran-comments.md
View file @
93cf5029
## R CMD check results
0 errors | 0 warnings |
1
note
0 errors | 0 warnings |
0
note
s
*
Sunsetting the LifeInsuranceContracts packge in favor of LifeInsureR.
This version ensures a seamless transition path for existing code using the
...
...
This diff is collapsed.
Click to expand it.