-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.41 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
Package: easyclimate
Title: Easy Access to High-Resolution Daily Climate Data for Europe
Version: 0.2.2
Authors@R: c(
person("Verónica", "Cruz-Alonso", , "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0642-036X")),
person("Francisco", "Rodríguez-Sánchez", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-7981-1599")),
person("Christoph", "Pucher", role = "aut",
comment = c(ORCID = "0000-0002-9269-1907")),
person("Paloma", "Ruiz-Benito", role = "aut",
comment = c(ORCID = "0000-0002-2781-5870")),
person("Julen", "Astigarraga", role = "aut",
comment = c(ORCID = "0000-0001-9520-3713")),
person("Mathias", "Neumann", role = "aut",
comment = c(ORCID = "0000-0003-2472-943X")),
person("Sophia", "Ratcliffe", role = "aut",
comment = c(ORCID = "0000-0001-9284-7900"))
)
Description: Get high-resolution (1 km) daily climate data (precipitation,
minimum and maximum temperatures) for points and polygons within
Europe.
License: GPL (>= 3)
URL: https://github.com/VeruGHub/easyclimate
BugReports: https://github.com/VeruGHub/easyclimate/issues
Depends:
R (>= 3.5.0)
Imports:
R.utils,
RCurl,
stats,
terra (>= 1.2-13)
Suggests:
sf,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1