Package: rerddap
Title: General Purpose Client for 'ERDDAP' Servers
Description: General purpose R client for 'ERDDAP' servers. Includes
    functions to search for 'datasets', get summary information on
    'datasets', and fetch 'datasets', in either 'csv' or 'netCDF' format.
    'ERDDAP' information: 
    <https://upwell.pfeg.noaa.gov/erddap/information.html>.
Version: 0.7.4
License: MIT + file LICENSE
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut","cre"), 
        email = "myrmecocystus@gmail.com",
        comment = c(ORCID = "0000-0003-1444-9135")),
    person("Ben", "Tupper", role = "ctb"),
    person("Roy", "Mendelssohn", role = "ctb")
    )
URL: https://docs.ropensci.org/rerddap/,
        https://github.com/ropensci/rerddap
BugReports: https://github.com/ropensci/rerddap/issues
LazyData: true
Depends: R (>= 2.10)
Encoding: UTF-8
Language: en-US
Imports: utils, crul (>= 0.7.4), dplyr (>= 0.5.0), data.table (>=
        1.12.0), jsonlite (>= 1.6), xml2 (>= 1.2.0), digest, ncdf4 (>=
        1.16), tibble, hoardr (>= 0.5.2)
Suggests: testthat, vcr (>= 0.2.6)
Enhances: taxize
RoxygenNote: 7.1.1
X-schema.org-applicationCategory: Climate
X-schema.org-keywords: earth, science, climate, precipitation,
        temperature, storm, buoy, NOAA
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: no
Packaged: 2021-03-05 22:37:17 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>),
  Ben Tupper [ctb],
  Roy Mendelssohn [ctb]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-05 23:00:06 UTC
