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/
Config/Needs/website: hubverse-org/hubStyle
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-05-23 16:24:00 UTC; lshandross
Author: Li Shandross [aut, cre] (ORCID:
    <https://orcid.org/0009-0008-1348-1954>),
  Emily Howerton [aut] (ORCID: <https://orcid.org/0000-0002-0639-3728>),
  Evan L Ray [aut],
  Anna Krystalli [ctb] (ORCID: <https://orcid.org/0000-0002-2378-4915>),
  Zhian N. Kamvar [ctb] (ORCID: <https://orcid.org/0000-0003-1458-7108>),
  Nicholas G. Reich [ctb] (ORCID:
    <https://orcid.org/0000-0003-3503-9899>),
  Consortium of Infectious Disease Modeling Hubs [cph]
Maintainer: Li Shandross <lshandross@umass.edu>
Repository: CRAN
Date/Publication: 2025-05-23 17:52:10 UTC
Built: R 4.6.0; ; 2025-11-02 04:47:51 UTC; windows
