This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
71 lines (71 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
71
Package: aion
Title: Archaeological Time Series
Version: 1.3.0
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944")),
person("Joe", "Roe", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1011-1244")),
person("Brice", "Lebrun", , "[email protected]", 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.9.0),
graphics,
grDevices,
methods,
stats,
utils
Suggests:
folio (>= 1.5.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'
'axis.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'
'series.R'
'show.R'
'span.R'
'subset.R'
'time.R'
'validate.R'
'year.R'
'zzz.R'