-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
62 lines (62 loc) · 1.59 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
Package: p3k14c
Title: P3k14C: A Synthetic Global Database of Archaeological Radiocarbon Dates
Version: 1.0.0
Authors@R:
c(
person(given = "Darcy",
family = "Bird",
role = c("aut", "ctb"),
email = "darcy.bird@wsu.edu",
comment = c(ORCID = "0000-0003-3466-6284")),
person(given = "Kyle",
family = "Bocinsky",
role = c("aut", "cre"),
email = "bocinsky@gmail.com",
comment = c(ORCID = "0000-0003-1862-3428")),
person(given = "Marc",
family = "Vander Linden",
role = c("aut", "ctb"),
email = "mvanderlinden@bournemouth.ac.uk",
comment = c(ORCID = "0000-0002-0120-7754"))
)
Description: This R package repository is a research compendium for Bird et al. 2021.
The compendium contains all code associated with the analyses described and presented in the publication.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://people3k.github.io/p3k14c, https://github.com/people3k/p3k14c
BugReports: https://github.com/people3k/p3k14c/issues
Depends:
R (>= 2.10),
magrittr
Imports:
sf,
tibble,
readr,
dplyr,
tidyr,
sparr,
spatstat,
here,
ggplot2,
ggpubr,
smatr,
forcats,
raster,
rnaturalearth,
rnaturalearthhires (>= 0.2.0),
bookdown,
spatstat.geom,
methods,
stats
Remotes:
ropensci/rnaturalearthhires
Suggests:
devtools,
rmarkdown,
testthat (>= 3.0.0),
git2r,
pkgdown
Config/testthat/edition: 3