Package: pollucheck
Title: Explore Open-Source Air Pollution Data
Version: 1.0.0
Authors@R: 
    c(person(given = "Adithi R.",
             family = "Upadhya",
             role = c("aut", "cre", "cph"),
             email = "adithi@ilklabs.com"),
      person(given = "Pratyush",
             family = "Agrawal",
             role = "dtc",
             email = "pratyush@ilklabs.com"),
      person(given = "Sreekanth",
             family = "Vakacherla",
             role = c("aui", "rev"),
             email = "sree.hcu@gmail.com"),
      person(given = "Meenakshi",
             family = "Kushwaha",
             role = c("aut", "cph"),
             email = "meenakshi@ilklabs.com"))
Description: Air pollution leads to various health hazards, hence there is a need to process 
    and effectively work with the available open-source data. pollucheck helps 
    to analyze and visualize open-source air pollution data available. An example 
    data set is already loaded to help you walk through all the features of the 
    app. If you need help with downloading your own, check the README file on GitHub. 
    This app can process all parameters except wind direction which when downloaded at
    1 hour is processed correctly. Wind direction at any other time resolution 
    (e.g. - daily average) is not averaged correctly as it is a vector and 
    cannot be averaged using simple arithmetic mean.
License: MIT + file LICENSE
URL: https://github.com/adithirgis/pollucheck
BugReports: https://github.com/adithirgis/pollucheck/issues
Depends: R (>= 3.6.0)
Imports: biwavelet (>= 0.20.19), broom (>= 0.7.6), bslib (>= 0.2.4),
        Cairo (>= 1.5.12.2), data.table (>= 1.14.0), dplyr (>= 1.0.5),
        DT (>= 0.17), forecast (>= 8.14), ggplot2 (>= 3.3.3), janitor
        (>= 2.1.0), nortest (>= 1.0.4), openair (>= 2.8.3), readxl (>=
        1.3.1), shiny (>= 1.6.0), shinyjs (>= 2.0.0), tidyverse (>=
        1.3.0), zoo (>= 1.8.9)
Suggests: devtools (>= 2.4.0), shinytest (>= 1.5.0), testthat (>=
        3.0.0), usethis (>= 2.0.1)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-07-23 14:30:40 UTC; Dell
Author: Adithi R. Upadhya [aut, cre, cph],
  Pratyush Agrawal [dtc],
  Sreekanth Vakacherla [aui, rev],
  Meenakshi Kushwaha [aut, cph]
Maintainer: Adithi R. Upadhya <adithi@ilklabs.com>
