Package: atmoschem.process
Title: ASRC Atmospheric Chemistry Data Processing
Version: 0.5.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.
Imports:
    caTools,
    lubridate,
    magrittr,
    Rdpack (>= 0.7),
    readxl,
    R.utils,
    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: 
    bookdown,
    cowplot,
    datamodelr,
    DBI,
    DiagrammeR,
    ggplot2 (>= 3.0),
    knitr,
    rmarkdown,
    RSQLite,
    shiny,
    shinyWidgets,
    testthat,
    tools,
    usethis
Remotes: bergant/datamodelr
VignetteBuilder: knitr
RoxygenNote: 7.1.1
RdMacros: Rdpack
