-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (43 loc) · 1.18 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
Package: pastclim
Type: Package
Title: Manipulate Time Series of Palaeoclimate Reconstructions
Version: 1.2.4.9001
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("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.2.3
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.0.0),
methods,
terra (>= 1.7.18)
Imports:
curl,
ncdf4,
utils
Suggests:
rmarkdown,
knitr,
sf,
ggplot2,
testthat (>= 3.0.0),
spelling
VignetteBuilder: knitr
Config/testthat/edition: 3