Package: ecmwfr
Title: Interface to 'ECMWF' and 'CDS' Data Web Services
Version: 1.2.0
Authors@R: c(person(
               family = "Hufkens",
               given = "Koen",
               email = "koen.hufkens@gmail.com",
               role = c("aut", "cre"),
               comment = c(ORCID = "0000-0002-5070-8109")),
             person(
               family = "Stauffer",
               given = "Reto",
               email = "Reto.Stauffer@uibk.ac.at",
               role = c("ctb"),
               comment = c(ORCID = "0000-0002-3798-5507")),
             person(
               family = "Campitelli",
               given = "Elio",
               email = "elio.campitelli@cima.fcen.uba.ar",
               role = c("ctb"),
               comment = c(ORCID = "0000-0002-7742-9230"))
           )
Description: Programmatic interface to the European Centre for Medium-Range
    Weather Forecasts dataset web services (ECMWF; <https://www.ecmwf.int/>)
    and Copernicus's Climate Data Store (CDS; 
    <https://cds.climate.copernicus.eu>). Allows for easy downloads of weather 
    forecasts and climate reanalysis data in R.
URL: https://github.com/khufkens/ecmwfr
BugReports: https://github.com/khufkens/ecmwfr/issues
Depends: R (>= 3.4)
Imports: httr, keyring, memoise
License: AGPL-3
LazyData: true
ByteCompile: true
RoxygenNote: 6.1.1
Suggests: rmarkdown, covr, testthat, raster, maps, ncdf4, stars, knitr,
        stats, rlang, rstudioapi, jsonlite
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-04-19 16:14:13 UTC; khufkens
Author: Koen Hufkens [aut, cre] (<https://orcid.org/0000-0002-5070-8109>),
  Reto Stauffer [ctb] (<https://orcid.org/0000-0002-3798-5507>),
  Elio Campitelli [ctb] (<https://orcid.org/0000-0002-7742-9230>)
Maintainer: Koen Hufkens <koen.hufkens@gmail.com>
Repository: CRAN
Date/Publication: 2019-04-19 16:40:03 UTC
