forked from gregce/autoCaret
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 788 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
Package: autoCaret
Title: autoCaret -- automate caret/caretEnsemble functions and make machine learning easier
Version: 1.0.0
Authors@R: c(person("Greg", "Ceccarelli", email = "[email protected]", role = c("aut", "cre")),
person("Marks", "Michael", role="aut"))
Description: This package seaks to simplify and automate the predicive model building process
Depends:
R (>= 3.2.4)
License: MIT
URL: autoCaret.info
Imports:
caret,
caretEnsemble,
dplyr,
data.table,
magrittr,
forcats,
pROC,
xgboost,
shiny,
rstudioapi,
miniUI,
tidyr,
ggplot2 (> 2.1.0),
plotly (> 4.0.0),
mlbench
Suggests: knitr,
rmarkdown,
testthat
Remotes:
hadley/testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
VignetteBuilder: knitr