forked from HealthCatalyst/healthcareai-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.31 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
Package: healthcareai
Type: Package
Title: Tools for Healthcare Machine Learning
Version: 2.3.0
Date: 2018-12-11
Authors@R: c(
person("Levi", "Thatcher", email = "[email protected]", role = "aut"),
person("Michael", "Levy", email = "[email protected]", role = "aut"),
person("Mike", "Mastanduno", email = "[email protected]", role = c("aut", "cre")),
person("Taylor", "Larsen", email = "[email protected]", role = "aut"),
person("Taylor", "Miller", email = "[email protected]", role = "aut"),
person("Rex", "Sumsion", email = "[email protected]", role = "aut"))
Description: A machine learning toolbox tailored to healthcare data.
License: MIT + file LICENSE
LazyData: TRUE
Depends:
R (>= 3.3),
methods
Imports:
caret (>= 6.0.81),
cowplot,
data.table,
dbplyr,
dplyr (>= 0.7.6),
e1071,
forcats,
generics,
ggplot2,
glmnet,
lubridate,
MLmetrics,
purrr,
ranger (>= 0.8.0),
recipes (>= 0.1.3.9002),
rlang,
ROCR,
stringr,
tibble,
tidyr,
xgboost
RoxygenNote: 6.1.1
Suggests:
DBI,
odbc,
testthat,
lintr,
covr
URL: http://docs.healthcare.ai
BugReports: https://github.com/HealthCatalyst/healthcareai-r/issues
Encoding: UTF-8