Package: tidywater
Type: Package
Title: Water Quality Models for Drinking Water Treatment Processes
Version: 0.8.2
Authors@R: c(person("Sierra", "Johnson", email = "sjohnson2@brwncald.com", role = c("aut", "cre")),
    person("Libby", "McKenna", email = "lmckenna@brwncald.com", role = c("aut")),
    person("Riley", "Mulhern", email = "rmulhern@brwncald.com", role = c("aut"), comment = c(ORCID = "0000-0001-6293-3672")),
    person("Chris", "Corwin", email = "ccorwin@brwncald.com", role = "aut", comment = c(ORCID = "0000-0002-9462-0352")),
    person("Rachel", "Merrifield", role = "ctb"),
    person("Mayuri", "Namasivayam", role = "ctb"),
    person("Phoebe", "Chen", role = "ctb"),
    person("USEPA", role = "cph", comment = "Copyright holder of included TELSS fragments (dissolve_pb function)"),
    person("Brown and Caldwell", role = c("fnd", "cph")
    ))
URL: https://github.com/BrownandCaldwell-Public/tidywater
BugReports: https://github.com/BrownandCaldwell-Public/tidywater/issues
Description: Provides multiple water chemistry-based models and published empirical models in one standard format.
    Functions can be chained together to model a complete treatment process and are designed to work in a 'tidyverse' workflow.
    Models are primarily based on these sources:
    Benjamin, M. M. (2002, ISBN:147862308X),
    Crittenden, J. C., Trussell, R., Hand, D., Howe, J. K., & Tchobanoglous, G., Borchardt, J. H. (2012, ISBN:9781118131473),
    USEPA. (2001) <https://www.epa.gov/sites/default/files/2017-03/documents/wtp_model_v._2.0_manual_508.pdf>.
License: Apache License (>= 2) | MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr, tidyr, forcats, knitr, ggplot2, ggrepel, magrittr,
        purrr, furrr, methods, rlang, deSolve
RoxygenNote: 7.3.2
Depends: R (>= 2.10)
Suggests: rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Date: 2025-05-16
NeedsCompilation: no
Packaged: 2025-05-17 07:28:07 UTC; SJohnson2
Author: Sierra Johnson [aut, cre],
  Libby McKenna [aut],
  Riley Mulhern [aut] (ORCID: <https://orcid.org/0000-0001-6293-3672>),
  Chris Corwin [aut] (ORCID: <https://orcid.org/0000-0002-9462-0352>),
  Rachel Merrifield [ctb],
  Mayuri Namasivayam [ctb],
  Phoebe Chen [ctb],
  USEPA [cph] (Copyright holder of included TELSS fragments (dissolve_pb
    function)),
  Brown and Caldwell [fnd, cph]
Maintainer: Sierra Johnson <sjohnson2@brwncald.com>
Repository: CRAN
Date/Publication: 2025-05-17 07:50:02 UTC
