diff --git a/SPLICE/DESCRIPTION b/SPLICE/DESCRIPTION index be0e89d..c6150be 100644 --- a/SPLICE/DESCRIPTION +++ b/SPLICE/DESCRIPTION @@ -1,6 +1,6 @@ Package: SPLICE Title: Synthetic Paid Loss and Incurred Cost Experience (SPLICE) Simulator -Version: 1.0.0 +Version: 1.1.0 Authors@R: c( person("Benjamin", "Avanzi", role = "aut", email = "b.avanzi@unimelb.edu.au"), person("Greg", "Taylor", role = "aut", email = "greg_taylor60@hotmail.com"), @@ -11,7 +11,8 @@ Maintainer: Melantha Wang Imports: stats, methods, - zoo + zoo, + lifecycle Description: An extension to the individual claim simulator called 'SynthETIC' (on CRAN), to simulate the evolution of case estimates of incurred losses through the lifetime of an insurance claim. The transactional simulation diff --git a/SPLICE/NAMESPACE b/SPLICE/NAMESPACE index 51f9d16..60bd31d 100644 --- a/SPLICE/NAMESPACE +++ b/SPLICE/NAMESPACE @@ -15,3 +15,4 @@ export(ptri) export(qtri) export(rtri) import(SynthETIC) +importFrom(lifecycle,deprecated) diff --git a/SPLICE/NEWS.md b/SPLICE/NEWS.md index 3b255f8..1fc59c7 100644 --- a/SPLICE/NEWS.md +++ b/SPLICE/NEWS.md @@ -4,10 +4,9 @@ ## New features {#new-features-1.1.0} -* Adds `generate_data` function for the convenience of users who wish to -generate (claims/payments/incurred) datasets of varying levels of complexity -* Adds a package vignette `SPLICE-data-generation.Rmd` to demonstrate this -functionality +* Adds `generate_data` function (experimental) for the convenience of users who +wish to generate (claims/payments/incurred) datasets of varying levels of +complexity ## Minor improvements and fixes {#bugfixes-1.1.0} diff --git a/SPLICE/R/SPLICE-package.R b/SPLICE/R/SPLICE-package.R index b1871ae..7e60a94 100644 --- a/SPLICE/R/SPLICE-package.R +++ b/SPLICE/R/SPLICE-package.R @@ -5,5 +5,6 @@ # The following block is used by usethis to automatically manage # roxygen namespace tags. Modify with care! ## usethis namespace: start +#' @importFrom lifecycle deprecated ## usethis namespace: end NULL diff --git a/SPLICE/man/figures/lifecycle-archived.svg b/SPLICE/man/figures/lifecycle-archived.svg new file mode 100644 index 0000000..48f72a6 --- /dev/null +++ b/SPLICE/man/figures/lifecycle-archived.svg @@ -0,0 +1 @@ + lifecyclelifecyclearchivedarchived \ No newline at end of file diff --git a/SPLICE/man/figures/lifecycle-defunct.svg b/SPLICE/man/figures/lifecycle-defunct.svg new file mode 100644 index 0000000..01452e5 --- /dev/null +++ b/SPLICE/man/figures/lifecycle-defunct.svg @@ -0,0 +1 @@ +lifecyclelifecycledefunctdefunct \ No newline at end of file diff --git a/SPLICE/man/figures/lifecycle-deprecated.svg b/SPLICE/man/figures/lifecycle-deprecated.svg new file mode 100644 index 0000000..4baaee0 --- /dev/null +++ b/SPLICE/man/figures/lifecycle-deprecated.svg @@ -0,0 +1 @@ +lifecyclelifecycledeprecateddeprecated \ No newline at end of file diff --git a/SPLICE/man/figures/lifecycle-experimental.svg b/SPLICE/man/figures/lifecycle-experimental.svg new file mode 100644 index 0000000..d1d060e --- /dev/null +++ b/SPLICE/man/figures/lifecycle-experimental.svg @@ -0,0 +1 @@ +lifecyclelifecycleexperimentalexperimental \ No newline at end of file diff --git a/SPLICE/man/figures/lifecycle-maturing.svg b/SPLICE/man/figures/lifecycle-maturing.svg new file mode 100644 index 0000000..df71310 --- /dev/null +++ b/SPLICE/man/figures/lifecycle-maturing.svg @@ -0,0 +1 @@ +lifecyclelifecyclematuringmaturing \ No newline at end of file diff --git a/SPLICE/man/figures/lifecycle-questioning.svg b/SPLICE/man/figures/lifecycle-questioning.svg new file mode 100644 index 0000000..08ee0c9 --- /dev/null +++ b/SPLICE/man/figures/lifecycle-questioning.svg @@ -0,0 +1 @@ +lifecyclelifecyclequestioningquestioning \ No newline at end of file diff --git a/SPLICE/man/figures/lifecycle-stable.svg b/SPLICE/man/figures/lifecycle-stable.svg new file mode 100644 index 0000000..e015dc8 --- /dev/null +++ b/SPLICE/man/figures/lifecycle-stable.svg @@ -0,0 +1 @@ +lifecyclelifecyclestablestable \ No newline at end of file diff --git a/SPLICE/man/figures/lifecycle-superseded.svg b/SPLICE/man/figures/lifecycle-superseded.svg new file mode 100644 index 0000000..75f24f5 --- /dev/null +++ b/SPLICE/man/figures/lifecycle-superseded.svg @@ -0,0 +1 @@ + lifecyclelifecyclesupersededsuperseded \ No newline at end of file