-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
23 lines (23 loc) · 1.7 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
Package: rcarbon
Title: Calibration and Analysis of Radiocarbon Dates
Version: 1.5.1
Authors@R: c(person("Andrew","Bevan", role=c("aut"),email=c("[email protected]"),comment=c(ORCID="0000-0001-7967-3117")),
person("Enrico","Crema", role=c("aut","cre"),email=c("[email protected]"),comment=c(ORCID="0000-0001-6727-5138")),
person("R. Kyle","Bocinsky",role=c("ctb"),email="[email protected]"),
person("Martin","Hinz", role=c("ctb"),email="[email protected]"),
person("Philip","Riris", role=c("ctb"),email="[email protected]"),
person("Fabio","Silva", role=c("ctb"),email="[email protected]"))
URL: https://github.com/ahb108/rcarbon/
BugReports: https://github.com/ahb108/rcarbon/issues
Description: Enables the calibration and analysis of radiocarbon dates, often but not exclusively for the purposes of archaeological research. It includes functions not only for basic calibration, uncalibration, and plotting of one or more dates, but also a statistical framework for building demographic and related longitudinal inferences from aggregate radiocarbon date lists, including: Monte-Carlo simulation test (Timpson et al 2014 <doi:10.1016/j.jas.2014.08.011>), random mark permutation test (Crema et al 2016 <doi:10.1371/journal.pone.0154809>) and spatial permutation tests (Crema, Bevan, and Shennan 2017 <doi:10.1016/j.jas.2017.09.007>).
Depends: R (>= 3.3.0)
Imports: sf,stats,spatstat.geom, spatstat.model,spatstat.explore, spatstat.linnet, spatstat (>= 2.0-0),graphics,grDevices,utils,snow,doSNOW,foreach,iterators,knitr
Suggests:
rmarkdown,
testthat (>= 2.1.0)
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Language: en-GB