-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
63 lines (63 loc) · 1.27 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
54
55
56
57
58
59
60
61
62
63
Package: raw
Title: R Actuarial Workshops
Description: In order to facilitate R instruction for actuaries, we have organized several
sets of publicly available data of interest to non-life actuaries. In addition, we suggest
a set of packages, which most practicing actuaries will use routinely. Finally, there is
an R markdown skeleton for basic reserve analysis.
Version: 0.1.10
Maintainer: Brian A. Fannin <bfannin@casact.org>
Authors@R: person("Brian A.", "Fannin"
, role = c("aut", "cre")
, email = "bfannin@casact.org")
LazyData: true
License: MPL-2.0 | file LICENSE
Depends:
R (>= 3.5.0)
Suggests:
actuar,
caret,
ChainLadder,
clipr,
dplyr,
devtools,
faraway,
FinCal,
fitdistrplus,
forcats,
gbm,
ggplot2,
ggRandomForests,
gridExtra,
insuranceData,
janitor,
knitr,
Lahman,
lubridate,
maps,
markdown,
mondate,
nlme,
nycflights13,
pROC,
purrr,
randomForest,
randomNames,
readr,
readxl,
RColorBrewer,
rmarkdown,
rpart,
rpart.plot,
scales,
stringr,
tibble,
tidyr,
tree,
tweedie,
xgboost,
XML
VignetteBuilder: knitr
Type: Package
RoxygenNote: 7.1.1
URL: http://casact.github.io/raw_package/
Encoding: UTF-8