-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
46 lines (46 loc) · 1.51 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
Package: fellingdater
Title: Estimate, report and combine felling dates of historical tree-ring
series
Version: 1.0.2
Authors@R: c(
person("Kristof", "Haneca", , "[email protected]",role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7719-8305")),
person("Koen", "Van Daele", role = "ctb",
comment = c(ORCID = "0000-0002-8153-2978")),
person("Ronald", "Visser", role = "ctb",
comment = c(ORCID = "0000-0001-6966-1729")),
person("Antonio Jesus", "Pérez-Luque", role = "rev",
comment = c(ORCID = "0000-0002-1747-0469")),
person("Nicholas John", "Tierney", role = "rev",
comment = c(ORCID = "0000-0003-1460-8722"))
)
Description: fellingdater is an R package that aims to facilitate the
analysis and interpretation of tree-ring data from wooden
cultural heritage objects and structures. The package standardizes the process
of computing and combining felling date estimates, both for individual and
groups of related tree-ring series.
URL: https://docs.ropensci.org/fellingdater, https://github.com/ropensci/fellingdater
BugReports: https://github.com/ropensci/fellingdater/issues
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.1.0)
LazyData: true
Imports:
dplyr,
ggplot2,
ggtext,
MASS,
tidyr,
utils,
dplR
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr