-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·37 lines (37 loc) · 933 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
32
33
34
35
36
37
Package: diagnosticSummary
Title: Diagnostic Summaries
Version: 0.0.2.11
Authors@R:
c(person(given = "Pat",
family = "Johnson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8365-1375")),
person(given = "Rickey",
family = "Carter",
role = c("aut"),
email = "[email protected]"))
Description: Quickly create diagnostic summaries for binary classification data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports:
pROC,
binom,
stats
Suggests:
grid,
gtable,
gridExtra,
rmarkdown,
knitr,
ggplot2,
testthat (>= 2.1.0),
caret,
broom,
tibble
RoxygenNote: 7.3.1
Language: en-US
URL: https://overdodactyl.github.io/diagnosticSummary/, https://github.com/overdodactyl/diagnosticSummary/
Roxygen: list(markdown = TRUE)