-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
47 lines (47 loc) · 1.25 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
Package: pastclim
Type: Package
Title: Manipulate Time Series of Palaeoclimate Reconstructions
Version: 2.1.0
Authors@R: c(
person("Michela", "Leonardi", role = "aut"),
person(c("Emily","Y."), "Hallet", role = "ctb"),
person("Robert", "Beyer", role = "ctb"),
person("Mario", "Krapp", role = "ctb"),
person(c("Andrea", "V."), "Pozzi", role = "ctb"),
person("Andrea", "Manica", role = c("aut","cre"),
email = "[email protected]")
)
Maintainer: Andrea Manica <[email protected]>
Description: Methods to easily extract and manipulate palaeoclimate
reconstructions for ecological and anthropological analyses, as described
in Leonardi et al. (2023) <doi:10.1111/ecog.06481>.
License: CC BY 4.0
Language: en-GB
URL: https://github.com/EvolEcolGroup/pastclim,
https://evolecolgroup.github.io/pastclim/
BugReports: https://github.com/EvolEcolGroup/pastclim/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.0.0),
terra (>= 1.7.18)
Imports:
curl,
lubridate,
methods,
ncdf4,
utils,
xml2,
sf
Suggests:
ggplot2,
httr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3