-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.38 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
Package: stratigraphr
Type: Package
Title: Archaeological Stratigraphy and Chronological Sequences
Version: 0.3.0.9000
Date: 2020-10-01
Authors@R: person("Joe", "Roe", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1011-1244"))
Description: A tidy framework for working with archaeological stratigraphy and
chronology. Includes tools for reading, analysing, and visualising
stratigraphy (Harris matrices) and sequences as directed graphs (Dye
& Buck 2015) <doi:10.1016/j.jas.2015.08.008>; helper functions for using
radiocarbon dates in a tidy data analysis; and an R interface to the
Chronological Query Language (CQL) used by 'OxCal' (Bronk Ramsey 2009)
<doi:10.1017/S0033822200033865>.
License: MIT + file LICENSE
URL: https://stratigraphr.joeroe.io, https://github.com/joeroe/stratigraphr
BugReports: https://github.com/joeroe/stratigraphr/issues
Encoding: UTF-8
LazyData: true
Imports:
Rdpack,
checkmate,
cli,
dplyr,
glue,
igraph (>= 0.3.0),
magrittr,
purrr,
rcarbon,
readr,
relations,
rlang,
sets,
stringr,
tibble,
tidygraph,
tidyr,
utils,
Suggests:
Bchron,
covr,
ggplot2,
ggraph,
knitr,
oxcAAR,
readxl,
rmarkdown,
testthat,
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
RdMacros: Rdpack
Depends:
R (>= 2.10)