Package: atmoschem.process
Title: ASRC Atmospheric Chemistry Data Processing
Version: 0.7.0
Date: 2020-10-26
Authors@R: c(
    person("William", "May", email = "wcmay@albany.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3201-1885")),
    person("James", "Schwab", role = "rev", comment = c(ORCID = "0000-0003-1343-4695")),
    person("NYSERDA", role = "fnd"),
    person("SUNY RF", role = "cph"))
Description: Functions, configuration files, and scripts for creating the ASRC's
    cleaned and processed atmospheric chemistry datasets. Tools to visualize the
    data and generate reports are also included.
biocViews:
Imports:
    bitops,
    caTools (>= 0.1.18.1),
    jsonlite,
    lubridate,
    magrittr,
    ratelimitr,
    Rdpack (>= 0.7),
    readxl,
    rJava,
    staplr (>= 2.10),
    tidyr
Depends: R (>= 3.4.4)
License: MIT + file LICENSE
URL: https://github.com/ASRCsoft/atmoschem.process
BugReports: https://github.com/ASRCsoft/atmoschem.process/issues
Encoding: UTF-8
LazyData: true
Suggests: 
    cowplot,
    DBI,
    ggplot2 (>= 3.0),
    graph,
    knitr,
    Rgraphviz,
    rmarkdown,
    RSQLite,
    shiny,
    shinyWidgets,
    tinytest
VignetteBuilder: knitr
RoxygenNote: 7.1.1
RdMacros: Rdpack
