-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.44 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
Package: ananke
Title: Quantitative Chronology in Archaeology
Version: 0.0.1.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
Description: A toolbox for quantitative chronology in archaeology. This
package provides functions for simple radiocarbon calibration and
chronological analysis.
License: GPL (>= 3)
URL: https://packages.tesselle.org/ananke/,
https://github.com/tesselle/ananke
BugReports: https://github.com/tesselle/ananke/issues
Depends:
R (>= 4.1)
Imports:
aion (>= 1.0.4),
arkhe (>= 1.7.0),
graphics,
grDevices,
methods,
utils
Suggests:
knitr,
markdown,
tinytest
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'AllClasses.R'
'AllGenerics.R'
'ananke-internal.R'
'ananke-package.R'
'c14_calibrate.R'
'c14_combine.R'
'c14_curve.R'
'c14_ensemble.R'
'c14_f14c.R'
'c14_spd.R'
'c14_uncalibrate.R'
'c14_validate.R'
'coerce.R'
'data.R'
'describe.R'
'interval_hdr.R'
'mutators.R'
'pb_age.R'
'plot.R'
'proxy.R'
'reexport.R'
'statistics.R'
'subset.R'
'validate.R'
'zzz.R'