Package: zooper
Title: Download and Integrate Zooplankton Datasets from the Upper San Francisco Estuary
Version: 2.3.0
Date: 2019-12-13
Authors@R: 
    person(given = c("Samuel", "M"),
           family = "Bashevkin",
           role = c("aut", "cre"),
           email = "sam.bashevkin@deltacouncil.ca.gov",
           comment = c(ORCID = "0000-0001-7406-7089"))
Description: This package downloads and integrates zooplankton datasets from the Sacramento San Joaquin Delta. Datasets are manipulated into a consistent format and bound together, then differences in taxonomic resolution among datasets are resolved using one of two methods, depending on whether the user wishes to analyze community or taxa-specific trends.  Ancillary environmental data are retained in the final dataset. Users can also filter the dataset by a number of parameters.
Depends: 
     R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Imports: 
    lubridate,
    pillar,
    readxl,
    dtplyr (>= 1.1.0),
    dplyr (>= 1.0.4),
    tidyr,
    readr,
    purrr,
    tibble,
    stringr,
    rlang,
    magrittr,
    data.table,
    tidyselect (>= 1.0.0),
    curl,
    stats,
    utils,
    wql,
    rvest
URL: https://github.com/InteragencyEcologicalProgram/zooper
BugReports: https://github.com/InteragencyEcologicalProgram/zooper/issues
RoxygenNote: 7.1.1
Suggests: 
    spelling,
    testthat (>= 2.1.0),
    covr
Language: en-US
Config/testthat/edition: 3
