-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.36 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
55
56
57
58
Package: agua
Title: 'tidymodels' Integration with 'h2o'
Version: 0.1.4.9000
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2402-136X")),
person("Qiushi", "Yan", , "[email protected]", role = c("aut", "cre")),
person("Steven", "Pawley", , "[email protected]", role = "aut"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Create and evaluate models using 'tidymodels' and 'h2o' <https://h2o.ai/>. The
package enables users to specify 'h2o' as an engine for several
modeling methods.
License: MIT + file LICENSE
URL:
https://agua.tidymodels.org/,
https://github.com/tidymodels/agua
BugReports: https://github.com/tidymodels/agua/issues
Depends:
parsnip
Imports:
cli,
dials,
dplyr,
generics (>= 0.1.3),
ggplot2,
glue,
h2o (>= 3.38.0.1),
hardhat (>= 1.1.0),
methods,
pkgconfig,
purrr,
rlang,
rsample,
stats,
tibble,
tidyr,
tune (>= 1.2.0),
vctrs,
workflows
Suggests:
covr,
knitr,
modeldata,
recipes,
rmarkdown,
testthat (>= 3.0.0)
Config/Needs/website:
tidyverse/tidytemplate,
doParallel,
tidymodels,
vip
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr