-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·67 lines (67 loc) · 2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: smpds
Title: The SPECIAL Modern Pollen Data Set for Climate Reconstructions
Version: 2.0.1
Authors@R: c(
person(given = "Roberto",
family = "Villegas-Diaz",
role = c("aut", "cre"),
email = "r.villegas-diaz@outlook.com",
comment = c(ORCID = "0000-0001-5036-8661")),
person(given = "Sandy P.",
family = "Harrison",
role = "aut",
email = "s.p.harrison@reading.ac.uk",
comment = c(ORCID = "0000-0001-5687-1903")),
person("SPECIAL Research Group @ University of Reading", role = c("cph")))
Description: Provides functions to facilitate the access to the SPECIAL Modern
Pollen Data Set for Climate Reconstructions (SMPDS) and to reconstruct
climate variables, like Mean Temperature of the COldest month (MTCO), Mean
Temperature of the WArmest month (MTWA) and Growing Degree Days (GDD). Also,
it provides functions to find the Potential Natural Vegetation (PNV) of a
given site.
License: MIT + file LICENSE
Suggests:
akima,
covr,
dabr,
gstat,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/special-uor/smpds/,
https://special-uor.github.io/smpds/,
https://research.reading.ac.uk/palaeoclimate/
BugReports: https://github.com/special-uor/smpds/issues/
Imports:
dplyr (>= 1.1.4),
elevatr (>= 0.99.0),
fields (>= 16.2),
furrr (>= 0.3.1),
future (>= 1.33.2),
ggplot2 (>= 3.5.1),
lubridate (>= 1.9.3),
magrittr (>= 2.0.3),
ncdf4 (>= 1.22),
progressr (>= 0.14.0),
purrr (>= 1.0.2),
raster (>= 3.6-26),
Rdpack (>= 2.6),
readr (>= 2.1.5),
rnaturalearth (>= 1.0.1),
sf (>= 1.0-16),
sp (>= 2.1-4),
spgwr (>= 0.6-37),
splash (>= 1.0.2),
stringr (>= 1.5.1),
tibble (>= 3.2.1),
tidyr (>= 1.3.1)
Depends:
R (>= 2.10)
RdMacros: Rdpack
VignetteBuilder: knitr