-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: rintcal
Type: Package
Title: Radiocarbon Calibration Curves
Version: 1.1.1
Author: Maarten Blaauw [aut, cre] (<https://orcid.org/0000-0002-5680-1515>)
Authors@R: c(
person("Maarten", "Blaauw", email = "maarten.blaauw@qub.ac.uk",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5680-1515")))
Maintainer: Maarten Blaauw <maarten.blaauw@qub.ac.uk>
Description: The IntCal20 radiocarbon calibration curves (Reimer et al. 2020 <doi:10.1017/RDC.2020.68>) are provided as a data package, together with previous IntCal curves (IntCal13, IntCal09, IntCal04, IntCal98), other curves (e.g., NOTCal04 [van der Plicht et al. 2004], Arnold & Libby 1951) and postbomb curves. Also provided are functions to copy the curves into memory, and to read, query and plot the data underlying the IntCal20 curves.
License: GPL (>= 2)
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, utf8
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Imports: data.table, jsonlite
Language: en-GB
Depends:
R (>= 3.5.0)
LazyData: true