Skip to content

Commit

Permalink
Add lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
melantha-wang committed Mar 4, 2022
1 parent 47fdc59 commit 426d5c4
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 6 deletions.
5 changes: 3 additions & 2 deletions SPLICE/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"),
person("Greg", "Taylor", role = "aut", email = "[email protected]"),
Expand All @@ -11,7 +11,8 @@ Maintainer: Melantha Wang <[email protected]>
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
Expand Down
1 change: 1 addition & 0 deletions SPLICE/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export(ptri)
export(qtri)
export(rtri)
import(SynthETIC)
importFrom(lifecycle,deprecated)
7 changes: 3 additions & 4 deletions SPLICE/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
1 change: 1 addition & 0 deletions SPLICE/R/SPLICE-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions SPLICE/man/figures/lifecycle-archived.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SPLICE/man/figures/lifecycle-defunct.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SPLICE/man/figures/lifecycle-deprecated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SPLICE/man/figures/lifecycle-experimental.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SPLICE/man/figures/lifecycle-maturing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SPLICE/man/figures/lifecycle-questioning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SPLICE/man/figures/lifecycle-stable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SPLICE/man/figures/lifecycle-superseded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 426d5c4

Please sign in to comment.