Package: tidywater
Type: Package
Title: Water Quality Models for Drinking Water Treatment Processes
Version: 0.10.0
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("Jiaming", "Yuan", 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.
    As many models have been included as possible, however, users should be aware that models have varying degrees of accuracy and applicability.
    To learn more, read the references provided below for the models implemented.
    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,
        methods, rlang, deSolve, lifecycle
RoxygenNote: 7.3.2
Depends: R (>= 4.1)
Suggests: rmarkdown, purrr, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Date: 2025-08-18
NeedsCompilation: no
Packaged: 2025-08-24 16:58:13 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],
  Jiaming Yuan [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-08-24 17:20:02 UTC
Built: R 4.4.3; ; 2025-11-01 05:03:06 UTC; windows
