-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
amend DESCRIPTION for CRAN [skip ci]
- Loading branch information
Showing
1 changed file
with
33 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,38 +2,44 @@ Package: easyclimate | |
Title: Easy Access to High-Resolution Daily Climate Data for Europe | ||
Version: 0.1.5 | ||
Authors@R: c( | ||
person("Verónica", "Cruz-Alonso", role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-0642-036X")), | ||
person("Francisco","Rodríguez-Sánchez", role = c("aut"), comment = c(ORCID = "0000-0002-7981-1599")), | ||
person("Christoph", "Pucher", role = c("aut"), comment = c(ORCID = "0000-0002-9269-1907")), | ||
person("Paloma","Ruiz-Benito", role = c("aut"), comment = c(ORCID = "0000-0002-2781-5870")), | ||
person("Julen","Astigarraga", role = c("aut"), comment = c(ORCID = "0000-0001-9520-3713")), | ||
person("Mathias","Neumann", role = c("aut"), comment = c(ORCID = "0000-0003-2472-943X")), | ||
person("Sophia", "Ratcliffe", role = c("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, from the European climatic database hosted at | ||
ftp://palantir.boku.ac.at/Public/ClimateData/. | ||
person("Verónica", "Cruz-Alonso", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-0642-036X")), | ||
person("Francisco", "Rodríguez-Sánchez", role = "aut", | ||
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) | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 | ||
URL: https://github.com/VeruGHub/easyclimate | ||
BugReports: https://github.com/VeruGHub/easyclimate/issues | ||
Depends: R (>= 3.5.0) | ||
Imports: | ||
terra (>= 1.2-13), | ||
RCurl | ||
RCurl, | ||
stats, | ||
terra (>= 1.2-13) | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
covr, | ||
sf, | ||
ClimInd, | ||
dplyr, | ||
ggplot2, | ||
knitr, | ||
rmarkdown, | ||
ggplot2, | ||
dplyr, | ||
tidyr, | ||
ClimInd | ||
sf, | ||
testthat (>= 3.0.0), | ||
tidyr | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 |