-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
75 lines (75 loc) · 2.04 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
68
69
70
71
72
73
74
75
Package: paleomat
Type: Package
Title: Creates Temperature Reconstructions from Pollen Data
Version: 1.0.0
Date: 2023-12-19
Authors@R:
c(
person(given = "Andrew",
family = "Gillreath-Brown",
role = c("aut", "cre"),
email = "andrew.d.brown@wsu.edu",
comment = c(ORCID = "0000-0002-2272-5542")),
person(given = "Kyle",
family = "Bocinsky",
role = c("aut", "ctb"),
email = "bocinsky@gmail.com",
comment = c(ORCID = "0000-0003-1862-3428")),
person(given = "Timothy",
family = "Kohler",
role = c("aut", "ctb"),
email = "tako@wsu.edu",
comment = c(ORCID = "0000-0002-3414-6660"))
)
Maintainer: Andrew Gillreath-Brown <andrew.d.brown@wsu.edu>
Description: This R package repository is to accompany the submission for Gillreath-Brown et al. 2023, which preforms paleoclimate
(i.e., temperature) reconstruction from pollen data using the modern analog technique (MAT). This package contains all code
associated with the analyses described and presented, including figures and tables, in Gillreath-Brown et al. 2023:
Gillreath-Brown, A., R. K. Bocinsky, and T. A. Kohler (2023). A Low-Frequency Summer Temperature Reconstruction for the United
States Southwest, 3000 BC – AD 2000. *The Holocene*.
License: MIT + file LICENSE
Depends:
magrittr,
R (>= 3.5.0),
vegan
Imports:
rebus.numbers,
leaflet,
sp,
rgdal,
plotly,
RColorBrewer,
here,
lubridate,
units,
rcarbon,
DescTools,
fields,
sf,
neotoma,
rioja,
readr,
purrr,
dplyr,
tibble,
tidyr,
analogue,
palaeoSig,
raster,
reshape2,
mgcv,
ggplot2,
maps,
ggh4x,
usmap,
shadowtext,
knitr,
data.table,
httr
LazyData: TRUE
Suggests: testthat
Encoding: UTF-8
URL: https://github.com/Archaeo-Programmer/paleomat
BugReports: https://github.com/Archaeo-Programmer/paleomat/issues
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)