-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.18 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
Package: oxcAAR
Type: Package
Title: Interface to 'OxCal' Radiocarbon Calibration
Version: 1.1.1
Date: 2021-06-06
Authors@R: c(
person("Hinz", "Martin", email = "[email protected]", role = c("aut", "cre")),
person("Clemens", "Schmid", email = "[email protected]", role = c("aut")),
person("Daniel", "Knitter", email = "[email protected]", role = c("aut")),
person("Carolin", "Tietze", email = "Carolin Tietze <[email protected]>", role = c("aut"))
)
Description: A set of tools that enables using 'OxCal' from within R. 'OxCal' (<https://c14.arch.ox.ac.uk/oxcal.html>) is a standard archaeological tool intended to provide 14C calibration and analysis of archaeological and environmental chronological information. 'OxcAAR' allows simple calibration with 'Oxcal' and plotting of the results as well as the execution of sophisticated ('OxCal') code and the import of the results of bulk analysis and complex Bayesian sequential calibration.
License: GPL-2 | file LICENSE
LazyData: TRUE
Imports:
stringi,
stringr,
jsonlite
Suggests: knitr,
testthat,
rmarkdown,
ggplot2,
ggridges,
methods
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Encoding: UTF-8