-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
70 lines (70 loc) · 1.93 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
Package: aion
Title: Archaeological Time Series
Version: 1.1.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", , "brice.lebrun@u-bordeaux-montaigne.fr", role = "ctb",
comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
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://packages.tesselle.org/aion/, https://github.com/tesselle/aion
BugReports: https://github.com/tesselle/aion/issues
Depends:
R (>= 3.3)
Imports:
arkhe (>= 1.7.0),
graphics,
grDevices,
methods,
utils
Suggests:
folio (>= 1.4.0),
knitr,
markdown,
rsvg,
svglite,
tinysnapshot,
tinytest
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'AllClasses.R'
'AllGenerics.R'
'aion-internal.R'
'aion-package.R'
'calendar-gregorian.R'
'calendar-julian.R'
'calendar.R'
'coerce.R'
'convert.R'
'data.R'
'intervals.R'
'mutators.R'
'operators.R'
'overlap.R'
'plot.R'
'rd.R'
'series.R'
'show.R'
'span.R'
'subset.R'
'time.R'
'validate.R'
'year.R'
'zzz.R'