-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.14 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
Package: rintchron
Type: Package
Title: Interface to IntChron
Version: 0.1.0.9000
Authors@R: person("Joe", "Roe", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1011-1244"))
Description: An interface to 'IntChron' (<https://intchron.org)>), an indexing
service and exchange format for chronological data such as radiocarbon dates
(Bronk Ramsey et al. 2019) <doi:10.1017/RDC.2019.21>. Includes a
user friendly interface for querying databases indexed by 'IntChron', as
well as low level functions for interacting directly with the 'IntChron'
API and other resources using its schema.
URL: https://rintchron.joeroe.io, https://github.com/joeroe/rintchron
BugReports: https://github.com/joeroe/rintchron/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
tools,
utils,
rlang,
stringr,
jsonlite,
purrr,
curl,
httr,
tibble,
dplyr,
readr,
magrittr
Suggests:
knitr,
roxygen2,
rmarkdown,
ggplot2,
ggraph,
tidygraph,
spelling
VignetteBuilder: knitr
Language: en-GB