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.4.2
License: MIT + file LICENSE
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut","cre"), email = "myrmecocystus@gmail.com"),
    person("Ben", "Tupper", role = "ctb"),
    person("Roy", "Mendelssohn", role = "ctb")
    )
URL: https://github.com/ropensci/rerddap
BugReports: https://github.com/ropensci/rerddap/issues
LazyData: true
VignetteBuilder: knitr
Depends: R (>= 2.10)
Imports: utils, httr (>= 1.2.1), dplyr (>= 0.5.0), data.table (>=
        1.10.0), jsonlite (>= 1.2), xml2 (>= 1.1.0), digest, ncdf4 (>=
        1.15), tibble, hoardr (>= 0.2.0)
Suggests: roxygen2 (>= 6.0.1), knitr, rmarkdown, testthat, akima,
        ggplot2, mapdata, plot3D
Enhances: taxize
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-05-11 17:52:19 UTC; sacmac
Author: Scott Chamberlain [aut, cre],
  Ben Tupper [ctb],
  Roy Mendelssohn [ctb]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2017-05-12 09:34:14 UTC
