-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (59 loc) · 2.34 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
Package: dendroNetwork
Type: Package
Title: Create Networks of Dendrochronological Series using Pairwise Similarity
Version: 0.5.4
Authors@R:
c(person(given = "Ronald",
family = "Visser",
email = "r.m.visser@saxion.nl",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6966-1729")),
person(given = "Angelino",
family = "Salentino",
role = "ctb",
comment = c(ORCID = "0000-0002-4763-3943")),
person(given = "Andy",
family = "Bunn",
role = "ctb",
comment = c(ORCID = "0000-0001-9027-2162")),
person(given = "Kaija",
family = "Gahm",
role = "rev",
comment = "Kaija Gahm reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/627#issuecomment-1993235710"),
person(given = "Zachary",
family = "Gajewski",
role = "rev",
comment = "Zachary Gajewski reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/627#issuecomment-2037644081")
)
Maintainer: Ronald Visser <r.m.visser@saxion.nl>
Depends: R (>= 4.1.0)
Imports:
dplR (>= 1.7.2),
igraph,
stringr,
reshape2,
RCy3,
dplyr,
RColorBrewer,
tidyr,
foreach,
lifecycle,
doParallel,
stats,
grDevices
Description: Creating dendrochronological networks based on the similarity between tree-ring series or chronologies. The package includes various functions to compare tree-ring curves building upon the 'dplR' package. The networks can be used to visualise and understand the relations between tree-ring curves. These networks are also very useful to estimate the provenance of wood as described in Visser (2021) <DOI:10.5334/jcaa.79> or wood-use within a structure/context/site as described in Visser and Vorst (2022) <DOI:10.1163/27723194-bja10014>.
License: GPL (>= 3)
biocViews: Visualization, GraphAndNetwork, ThirdPartyClient, Network
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
DiagrammeR
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://github.com/ropensci/dendroNetwork, https://docs.ropensci.org/dendroNetwork/
BugReports: https://github.com/ropensci/dendroNetwork/issues