Package: Covid19Wastewater
Title: Prepare, Analyze, and Visualize Covid-19 Wastewater Data
Version: 1.0.1
Date: 2023-08-7
Authors@R: c(
            person("Marlin", "Lee", email = "mrlee6@wisc.edu", role = c("aut", "cre"), comment = c(ORCID = "0009-0000-0448-9585")), 
            person("Kyllan", "Wunder", email = "kwunder@wisc.edu", role = "aut", comment = c(ORCID = "0009-0008-8587-0967")), 
            person("Abe", "Megahed", email = "amegahed@wisc.edu", role = "aut", comment = c(ORCID = "0009-0000-0890-2656")))
Description: Intended to make the process of
    analyzing epidemiological wastewater data easier and more insightful.
    Includes tools for preparing, analyzing, and visualizing data. It
    additionally includes Wisconsin's Covid19 data.
URL: https://github.com/UW-Madison-DSI/Covid19Wastewater
License: MIT + file LICENSE
Depends: R (>= 4.3)
Imports: data.table, dplyr, forecast, ggplot2, grDevices, gridExtra,
        methods, partykit, patchwork, plotly, plyr, randomForest,
        RcppRoll, reshape2, rlang, rsample, scales, signal, stats,
        tidyr, tidyselect, zoo
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-08-24 17:39:29 UTC; kyllan
Author: Marlin Lee [aut, cre] (<https://orcid.org/0009-0000-0448-9585>),
  Kyllan Wunder [aut] (<https://orcid.org/0009-0008-8587-0967>),
  Abe Megahed [aut] (<https://orcid.org/0009-0000-0890-2656>)
Maintainer: Marlin Lee <mrlee6@wisc.edu>
Repository: CRAN
Date/Publication: 2023-08-24 20:10:02 UTC
