-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
87 lines (87 loc) · 2.62 KB
/
Copy pathDESCRIPTION
File metadata and controls
87 lines (87 loc) · 2.62 KB
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
Package: kairos
Title: Analysis of Chronological Patterns from Archaeological Count Data
Version: 2.3.0.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944")),
person("Brice", "Lebrun", role = "art",
comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
person("Ben", "Marwick", , "bmarwick@uw.edu", role = "ctb",
comment = c(ORCID = "0000-0001-7879-4531")),
person("Anne", "Philippe", , "anne.philippe@univ-nantes.fr", role = "ctb",
comment = c(ORCID = "0000-0002-5331-5087")),
person("Université Bordeaux Montaigne", role = "fnd",
comment = c(ROR = "03pbgwk21")),
person("CNRS", role = "fnd",
comment = c(ROR = "02feahw73"))
)
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>
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://codeberg.org/tesselle/kairos,
https://tesselle.r-universe.dev/kairos,
https://packages.tesselle.org/kairos/
BugReports: https://codeberg.org/tesselle/kairos/issues
Depends:
R (>= 3.5),
aion (>= 1.5.0),
dimensio (>= 0.13.0)
Imports:
arkhe (>= 1.11.0),
extraDistr,
grDevices,
methods,
stats,
utils
Suggests:
folio (>= 1.5.0),
fontquiver,
knitr,
markdown,
rsvg,
svglite,
tabula (>= 3.3.0),
tinysnapshot (>= 0.2.0),
tinytest
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
X-schema.org-applicationCategory: Archaeological Science
X-schema.org-isPartOf: https://www.tesselle.org
X-schema.org-keywords: chronology, matrix-seriation, archaeology,
archaeological-science, r-package
Collate:
'AllClasses.R'
'AllGenerics.R'
'aoristic.R'
'apportion.R'
'bootstrap.R'
'coerce.R'
'event_date.R'
'event_model.R'
'event_plot.R'
'fit.R'
'jackknife.R'
'kairos-deprecated.R'
'kairos-internal.R'
'kairos-package.R'
'mcd.R'
'mutators.R'
'plot_time.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'