-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
62 lines (62 loc) · 1.81 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
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: ageR
Type: Package
Title: Supervised Age Modelling
Version: 0.2.0.900
Authors@R: c(
person(given = "Roberto",
family = "Villegas-Diaz",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5036-8661")),
person(given = "Esmeralda",
family = "Cruz-Silva",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2906-9290")),
person(given = "Sandy P.",
family = "Harrison",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5687-1903")),
person("SPECIAL Research Group @ University of Reading", role = c("cph")))
Description: Provides functions to facilitate the creation of age models using
different data sources, including databases, comma and tab separated files.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/special-uor/ageR/,
https://special-uor.github.io/ageR/,
https://research.reading.ac.uk/palaeoclimate/
BugReports: https://github.com/special-uor/ageR/issues/
Language: en-GB
Imports:
coda (>= 0.19-4.1),
cowplot (>= 1.1.3),
data.tree (>= 1.1.0),
doFuture (>= 1.0.1),
dplyr (>= 1.1.4),
foreach (>= 1.5.2),
furrr (>= 0.3.1),
future (>= 1.33.2),
ggplot2 (>= 3.5.1),
gridExtra (>= 2.3),
IntCal (>= 0.3.1),
magrittr (>= 2.0.3),
parallel,
plyr (>= 1.8.9),
progress (>= 1.2.3),
progressr (>= 0.14.0),
purrr (>= 1.0.2),
rbacon (>= 3.2.0),
readr (>= 2.1.5),
R.utils (>= 2.12.3),
scales (>= 1.3.0),
SimDesign (>= 2.15.1),
stringi (>= 1.8.4),
stringr (>= 1.5.1),
tibble (>= 3.2.1),
tictoc (>= 1.2.1)
Suggests:
dabr,
knitr,
testthat