-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
101 lines (101 loc) · 3.43 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Package: c14bazAAR
Title: Download and Prepare C14 Dates from Different Source Databases
Description: Query different C14 date databases and apply basic data cleaning, merging and calibration steps. Currently available databases: 14cpalaeolithic, 14sea, adrac, agrichange, aida, austarch, bda, calpal, caribbean, eubar, euroevol, irdd, jomon, katsianis, kiteeastafrica, medafricarbon, mesorad, neonet, neonetatl, nerd, p3k14c, pacea, palmisano, rado.nb, rxpand, sard, xronos.
Version: 5.1.0
Authors@R:
c(person(given = "Clemens",
family = "Schmid",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3448-5715")),
person(given = "Dirk",
family = "Seidensticker",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8155-7702")),
person(given = "Daniel",
family = "Knitter",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3014-4497")),
person(given = "Martin",
family = "Hinz",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9904-6548")),
person(given = "David",
family = "Matzig",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7349-5401")),
person(given = "Wolfgang",
family = "Hamer",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5943-5020")),
person(given = "Kay",
family = "Schmuetz",
role = "aut",
email = "[email protected]"),
person(given = "Thomas",
family = "Huet",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1112-6122")),
person(given = "Nils",
family = "Mueller-Scheessel",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7992-8722")),
person(given = "Joe",
family = "Roe",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-1011-1244")),
person(given = "Ben",
family = "Marwick",
role = "rev",
comment = c(ORCID = "0000-0001-7879-4531")),
person(given = "Enrico R.",
family = "Crema",
role = "rev",
comment = c(ORCID = "0000-0001-6727-5138")))
URL: https://docs.ropensci.org/c14bazAAR, https://github.com/ropensci/c14bazAAR
BugReports: https://github.com/ropensci/c14bazAAR/issues
Depends: R (>= 3.4.0)
Language: en_GB
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
data.table (>= 1.11.4),
dplyr (>= 0.7.2),
graphics,
httr (>= 1.4.1),
magrittr (>= 1.5),
pbapply (>= 1.3-3),
rlang (>= 0.1.1),
stats (>= 3.4.0),
tibble (>= 1.3.3),
yyjsonr (>= 0.1.20)
Suggests:
Bchron,
countrycode,
ggplot2,
ggridges,
globe,
knitr,
mapview,
plyr,
readxl,
rmarkdown,
rnaturalearth,
rworldmap,
rworldxtra,
sf,
stringdist,
testthat,
tidyr (>= 0.6.3),
writexl
RoxygenNote: 7.3.2
VignetteBuilder: knitr