-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.45 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Type: Package
Package: trngl
Title: Bootstrap Simulations for Claims Reserving Models
Version: 0.1.0
Authors@R:
person("Othman", "El Hammouchi", , "[email protected]", role = c("aut", "cph", "cre"))
Description: Check the assumptions of popular actuarial reserving models
against a given claims triangle using efficient parallel bootstrap
simulations. Various simulation configurations are supported for the
Mack and overdispersed Poisson models. Facilities are provided for visualising the
results and flagging suspicious observations.
License: MIT + file LICENSE
Depends:
R (>= 3.5.0)
Imports:
ChainLadder (>= 0.2.18),
cli (>= 3.6.2),
ggplot2 (>= 3.5.1),
ggrepel (>= 0.9.5),
reshape2 (>= 1.4.4),
rlang (>= 1.1.3),
rTRNG (>= 4.23.1.2)
Suggests:
covr,
testthat (>= 3.0.0),
withr (>= 3.0.0)
LinkingTo:
BH (>= 1.84.0.0),
Rcpp (>= 0.11.0),
RcppArmadillo (>= 0.12.8.2.1),
RcppProgress (>= 0.4.2),
rTRNG (>= 4.23.1.2)
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2023-02-26 18:07:38 UTC; othman
Roxygen: list(load = "source", old_usage = TRUE, markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: Fortran 2003
Collate:
'RcppExports.R'
'boot_res.R'
'calendar.R'
'klDivergence.R'
'mack.R'
'odp.R'
'origin.R'
'single.R'
'trngl.R'
'trngl-package.R'
'utils.R'