Package: hubEnsembles Title: Ensemble Methods for Combining Hub Model Outputs Version: 1.0.0 Authors@R: c( person(given = "Li", family = "Shandross", email = "lshandross@umass.edu", role = c("aut", "cre"), comment = c(ORCID = "0009-0008-1348-1954")), person(given = "Emily", family = "Howerton", email = "ehowerton@psu.edu", role = "aut", comment = c(ORCID = "0000-0002-0639-3728")), person(given = "Evan L", family = "Ray", email = "elray@umass.edu", role = "aut"), person(given = "Anna", family = "Krystalli", email = "annakrystalli@googlemail.com", role = "ctb", comment = c(ORCID = "0000-0002-2378-4915")), person(given = "Zhian N.", family = "Kamvar", email = "zkamvar@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-1458-7108")), person(given = "Nicholas G.", family = "Reich", email = "nick@umass.edu", role = "ctb", comment = c(ORCID = "0000-0003-3503-9899")), person("Consortium of Infectious Disease Modeling Hubs", role = "cph") ) Description: Functions for combining model outputs (e.g. predictions or estimates) from multiple models into an aggregated ensemble model output. License: MIT + file LICENSE URL: https://github.com/hubverse-org/hubEnsembles, https://hubverse-org.github.io/hubEnsembles/ BugReports: https://github.com/hubverse-org/hubEnsembles/issues Depends: R (>= 4.1) Imports: cli, distfromq (>= 1.0.2), dplyr, hubUtils (>= 0.0.1), lifecycle, matrixStats, purrr, rlang, stats, tidyr, tidyselect Suggests: cowplot, ggplot2, hubExamples, hubVis (>= 0.0.1), knitr, rmarkdown, testthat (>= 3.0.0) Additional_repositories: https://hubverse-org.r-universe.dev/ Remotes: hubverse-org/hubExamples, hubverse-org/hubUtils, hubverse-org/hubVis, reichlab/distfromq Config/Needs/website: hubverse-org/hubStyle Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake git make libicu-dev libuv1-dev libssl-dev Repository: https://hubverse-org.r-universe.dev Date/Publication: 2025-05-28 17:00:55 UTC RemoteUrl: https://github.com/hubverse-org/hubEnsembles RemoteRef: v1.0.0 RemoteSha: 63012e7b19f05e92df0f2c32eb8305c45874c104 NeedsCompilation: no Packaged: 2026-07-12 06:44:10 UTC; root Author: Li Shandross [aut, cre] (ORCID: ), Emily Howerton [aut] (ORCID: ), Evan L Ray [aut], Anna Krystalli [ctb] (ORCID: ), Zhian N. Kamvar [ctb] (ORCID: ), Nicholas G. Reich [ctb] (ORCID: ), Consortium of Infectious Disease Modeling Hubs [cph] Maintainer: Li Shandross