-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
93 lines (93 loc) · 3.42 KB
/
DESCRIPTION
File metadata and controls
93 lines (93 loc) · 3.42 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: BioTIMEr
Type: Package
Title: Tools to Use and Explore the 'BioTIME' Database
Version: 0.3.2
Authors@R: c(
person("Alban", "Sagouis", role = c("aut","cre"),
email = "alban.sagouis@idiv.de",
comment = c(ORCID = "0000-0002-3827-1063")),
person("Faye", "Moyes", role = "aut",
comment = c(ORCID = "0000-0001-9687-0593")),
person("Inês S.", "Martins", role = c("aut","rev"),
comment = c(ORCID = "0000-0003-4328-7286")),
person("Shane A.", "Blowes", role = "ctb",
comment = c(ORCID = "0000-0001-6310-3670")),
person("Viviana", "Brambilla", role = "ctb",
comment = c(ORCID = "0000-0002-0560-4693")),
person("Cher F. Y.", "Chow", role = "ctb",
comment = c(ORCID = "0000-0002-1020-8409")),
person("Ada", "Fontrodona-Eslava", role = "ctb",
comment = c(ORCID = "0000-0001-7275-7174")),
person("Laura","Antão", role = c("ctb","rev"),
comment = c(ORCID = "0000-0001-6612-9366")),
person("Jonathan M.", "Chase", role = "fnd",
comment = c(ORCID = "0000-0001-5580-4303")),
person("Maria", "Dornelas", role = c("fnd", "cph"),
comment = c(ORCID = "0000-0003-2077-7055")),
person("Anne E.", "Magurran", role = "fnd",
comment = c(ORCID = "0000-0002-0036-2795")),
person("European Research Council grant AdG BioTIME 250189",
role = "fnd"),
person("European Research Council grant PoC BioCHANGE 727440",
role = "fnd"),
person("European Research Council grant AdG MetaCHANGE 101098020",
role = "fnd"),
person("The Leverhulme Centre for Anthropocene Biodiversity grant RC-2018-021",
role = "fnd"),
person("German Centre for Integrative Biodiversity Research (iDiv) Halle-Jena-Leipzig",
role = "fnd", comment = c(ROR = "01jty7g66")),
person("Martin Luther University Halle-Wittenberg",
role = "fnd", comment = c(ROR = "05gqaka33")),
person("University of St Andrews", role = "fnd",
comment = c(ROR = "02wn5qz54"))
)
Maintainer: Alban Sagouis <alban.sagouis@idiv.de>
License: MIT + file LICENSE
URL: https://biotimehub.github.io/BioTIMEr/
BugReports: https://github.com/bioTIMEHub/BioTIMEr/issues
Description: The 'BioTIME' database was first published in
2018 and inspired ideas, questions, project and research
article. To make it even more accessible, an R package
was created.
The 'BioTIMEr' package provides tools designed to interact with the
'BioTIME' database. The functions provided include the 'BioTIME' recommended
methods for preparing (gridding and rarefaction) time series data, a
selection of standard biodiversity metrics (including species richness,
numerical abundance and exponential Shannon) alongside examples on how to
display change over time. It also includes a sample subset of both the query
and meta data, the full versions of which are freely available on the 'BioTIME'
website <https://biotime.st-andrews.ac.uk/home.php>.
Depends:
R (>= 4.3.0)
Imports:
tidyr,
dplyr,
data.table,
ggplot2,
broom,
vegan,
dggridR (>= 3.1.0),
checkmate,
lifecycle
Suggests:
maps,
quarto,
knitr,
testthat (>= 3.0.0),
vdiffr,
rlang
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first:
*gridding*,
*runResampling*,
*metrics*,
*workflow*,
*slopes*,
*plots*,
*scales*
Language: en-GB
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
VignetteBuilder: quarto