forked from toygur/tidycreditrisk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 805 Bytes
/
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
Package: tidycreditrisk
Type: Package
Title: Tidy Credit Risk Analytics
Version: 0.1.0
Authors@R:
c(person(given = "Tunc",
family = "Oygur",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Arda",
family = "Keskin",
role = c("aut"),
email = "[email protected]"),
person(given = 'Mustafa',
family = 'Nayansak',
role = c('aut'),
email = '[email protected]'))
Description: Credit risk analytics toolkit
Depends:
R (>= 3.5)
Imports:
dplyr (>= 0.8.0),
magrittr (>= 1.5),
purrr (>= 0.3.2),
rlang (>= 0.3.3),
tibble (>= 2.1.1),
tidyr (>= 0.8.3)
License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2