-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
86 lines (86 loc) · 2.43 KB
/
DESCRIPTION
File metadata and controls
86 lines (86 loc) · 2.43 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
Package: aion
Title: Archaeological Time Series
Version: 1.6.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("Joe", "Roe", , "joseph.roe@iaw.unibe.ch", role = "aut",
comment = c(ORCID = "0000-0002-1011-1244")),
person("Brice", "Lebrun", role = "art",
comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
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 archaeological time series and time intervals.
This package provides a system of classes and methods to represent and
work with archaeological time series and time intervals. Dates are
represented as "rata die" and can be converted to (virtually) any
calendar defined by Reingold and Dershowitz (2018)
<doi:10.1017/9781107415058>. This packages offers a simple API that
can be used by other specialized packages.
License: GPL (>= 3)
URL: https://codeberg.org/tesselle/aion,
https://tesselle.r-universe.dev/aion,
https://packages.tesselle.org/aion/
BugReports: https://codeberg.org/tesselle/aion/issues
Depends:
R (>= 3.5)
Imports:
arkhe (>= 1.10.0),
graphics,
grDevices,
methods,
stats,
utils
Suggests:
folio (>= 1.5.0),
fontquiver,
igraph,
knitr,
markdown,
relations,
rsvg,
svglite,
tinysnapshot (>= 0.2.0),
tinytest
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
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: time-series, time-intervals, chronology, stratigraphy,
archaeology, archaeological-science, r-package
Collate:
'AllClasses.R'
'AllGenerics.R'
'aion-internal.R'
'aion-package.R'
'axis.R'
'calendar-gregorian.R'
'calendar-julian.R'
'calendar.R'
'coerce.R'
'convert.R'
'data.R'
'format.R'
'graph.R'
'intervals.R'
'mutators.R'
'operators.R'
'overlap.R'
'plot.R'
'relations.R'
'series.R'
'show.R'
'span.R'
'subset.R'
'time.R'
'validate.R'
'year.R'
'zzz.R'