Package: agua
Title: 'tidymodels' Integration with 'h2o'
Version: 0.1.4.9000
Authors@R: c(
person("Max", "Kuhn", , "max@posit.co", role = "aut",
comment = c(ORCID = "0000-0003-2402-136X")),
person("Qiushi", "Yan", , "qiushi.yann@gmail.com", role = c("aut", "cre")),
person("Steven", "Pawley", , "dr.stevenpawley@gmail.com", role = "aut"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Create and evaluate models using 'tidymodels' and 'h2o'
. 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
Config/pak/sysreqs: cmake make default-jdk libicu-dev libuv1-dev
Repository: https://tidymodels.r-universe.dev
Date/Publication: 2024-06-13 05:19:36 UTC
RemoteUrl: https://github.com/tidymodels/agua
RemoteRef: HEAD
RemoteSha: dfc7a13ad37d5ddbe58cb4d37f6b4de494118a20
NeedsCompilation: no
Packaged: 2026-06-22 22:12:14 UTC; root
Author: Max Kuhn [aut] (ORCID: ),
Qiushi Yan [aut, cre],
Steven Pawley [aut],
Posit Software, PBC [cph, fnd]
Maintainer: Qiushi Yan