-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.43 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
Package: xronos
Type: Package
Title: Client for the 'XRONOS' Chronological Database
Version: 0.1.1.9000
Authors@R: c(
person(given = "Martin", family = "Hinz",
role = "aut",
email = "martin.hinz@iaw.unibe.ch",
comment = c(ORCID = "0000-0002-9904-6548")),
person(given = "Joe", family = "Roe",
role = c("aut", "cre"),
email = "joe@joeroe.io",
comment = c(ORCID = "0000-0002-1011-1244")),
person(given = "Clemens",
family = "Schmid",
role = "ctb",
email = "clemens@nevrome.de",
comment = c(ORCID = "0000-0003-3448-5715")),
person("Swiss National Science Foundation", role = "fnd")
)
Description: A programmatic interface to 'XRONOS' <https://xronos.ch>, a
worldwide database of chronological information from archaeological
contexts, including radiocarbon and dendrochronological data.
URL: https://r.xronos.ch, https://github.com/xronos-ch/xronos.R
BugReports: https://github.com/xronos-ch/xronos.R/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Imports:
jsonlite,
httr,
rlang,
purrr,
utils,
cli,
dplyr,
countrycode
Suggests:
testthat (>= 3.0.0),
covr,
sf,
mockery,
knitr,
rmarkdown,
rcarbon
VignetteBuilder: knitr
Config/testthat/edition: 3