Skip to content

Commit

Permalink
amend DESCRIPTION for CRAN [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo committed Jan 18, 2022
1 parent 375ff08 commit 9679a45
Showing 1 changed file with 33 additions and 27 deletions.
60 changes: 33 additions & 27 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9679a45

Please sign in to comment.