-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
78 lines (78 loc) · 2.24 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
Package: kairos
Title: Analysis of Chronological Patterns from Archaeological Count Data
Version: 2.2.0.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944")),
person("Brice", "Lebrun", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
person("Ben", "Marwick", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7879-4531")),
person("Anne", "Philippe", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-5331-5087")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
Description: A toolkit for absolute and relative dating and analysis of
chronological patterns. This package includes functions for
chronological modeling and dating of archaeological assemblages from
count data. It provides methods for matrix seriation. It also allows
to compute time point estimates and density estimates of the
occupation and duration of an archaeological site.
License: GPL (>= 3)
URL: https://packages.tesselle.org/kairos/,
https://github.com/tesselle/kairos
BugReports: https://github.com/tesselle/kairos/issues
Depends:
R (>= 3.5),
dimensio (>= 0.10.1)
Imports:
aion (>= 1.3.0),
arkhe (>= 1.9.0),
extraDistr,
grDevices,
methods,
stats,
utils
Suggests:
folio (>= 1.5.0),
knitr,
markdown,
rsvg,
svglite,
tabula (>= 3.1.1),
tinysnapshot,
tinytest
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'AllClasses.R'
'AllGenerics.R'
'aoristic.R'
'apportion.R'
'coerce.R'
'event_date.R'
'event_model.R'
'event_plot.R'
'event_resample.R'
'fit.R'
'kairos-deprecated.R'
'kairos-internal.R'
'kairos-package.R'
'mcd.R'
'mutators.R'
'plot_time.R'
'reexport.R'
'seriation_assess.R'
'seriation_average.R'
'seriation_coerce.R'
'seriation_permute.R'
'seriation_rank.R'
'seriation_refine.R'
'show.R'
'subset.R'
'validate.R'
'zzz.R'