forked from bluegreen-labs/ecmwfr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.52 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: ecmwfr
Title: Interface to 'ECMWF' and 'CDS' Data Web Services
Version: 1.2.2
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(
family = "Stauffer",
given = "Reto",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-3798-5507")),
person(
family = "Campitelli",
given = "Elio",
email = "[email protected]",
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,
getPass
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