-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.25 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
Package: risk3r
Title: Tools for credit risk modelling
Version: 0.3.0.9000
Authors@R: c(
person(given = "Joshua", family = "Kunst", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Javier", family = "Machado", role = c("ctb"), email = "[email protected]"),
person(given = "Ignacio", family = "Rossi", role = c("ctb"), email = "[email protected]")
)
Description: This package contains a set of convenient functions for the development
of risk models. Some of these functions were designed to be in conjunction with the
scorecard package.
License: MIT + file LICENSE
URL: https://jkunst.com/risk3r/, https://github.com/jbkunst/risk3r
BugReports: https://github.com/jbkunst/risk3r/issues
Encoding: UTF-8
LazyData: true
Imports:
Metrics,
dplyr,
purrr,
rlang,
forcats,
ggplot2,
tidyr,
tibble,
stringr,
scales,
scorecard (>= 0.3.2),
skimr,
glmnet,
corrr,
tidyselect,
ROCR,
magrittr,
patchwork,
cli,
celavi
Remotes:
github::jbkunst/celavi
Suggests:
rmarkdown,
knitr,
partykit,
broom,
moments,
rsample,
randomForest,
tweenr,
ggforce,
showtext
Depends:
R (>= 2.10)
VignetteBuilder: knitr
RoxygenNote: 7.2.3