Package: tidywater Type: Package Title: Water Quality Models for Drinking Water Treatment Processes Version: 0.10.9000 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, https://BrownandCaldwell-Public.github.io/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) . License: Apache License (>= 2) | MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: dplyr, tidyr, forcats, knitr, ggplot2, ggrepel, magrittr, methods, rlang, deSolve, lifecycle Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1) Suggests: rmarkdown, purrr, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Date: 2025-08-18 Config/pak/sysreqs: libicu-dev Repository: https://brownandcaldwell-public.r-universe.dev Date/Publication: 2026-05-06 15:49:46 UTC RemoteUrl: https://github.com/brownandcaldwell-public/tidywater RemoteRef: HEAD RemoteSha: a06e19846eb1d738b2ab0a07ce2e14fb778bf0f2 NeedsCompilation: no Packaged: 2026-07-05 05:50:46 UTC; root Author: Sierra Johnson [aut, cre], Libby McKenna [aut], Riley Mulhern [aut] (ORCID: ), Chris Corwin [aut] (ORCID: ), 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