-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.08 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
Package: simulationmachine
Title: Individual Claims History Simulation Machine
Version: 0.0.0.9002
Authors@R:
c(
person(given = "Andrea",
family = "Gabrielli",
role = "aut",
email = "[email protected]"),
person(given = "Mario",
family = "Wüthrich",
role = "aut",
email = "[email protected]"),
person(given = "Kevin",
family = "Kuo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7803-7901"))
)
Description: This package provides a 'conjuror' interface for simulating
insurance claims histories. The algorithm is described in Gabrielli and
Wüthrich (2018) <doi:10.3390/risks6020029>.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Depends: R (>= 2.10)
Imports:
conjuror (>= 0.0.0.9001),
glue,
MASS,
dplyr,
tidyr,
magrittr,
foreach,
forge
Remotes:
kasaai/conjuror
Suggests:
testthat (>= 2.1.0)