forked from MoBiodiv/mobr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.93 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
Package: mobr
Title: Measurement of Biodiversity
Version: 2.0.1
Authors@R: c(person("Daniel", "McGlinn", email = "[email protected]",
role = c("aut", "cre")),
person("Xiao", "Xiao", email = "[email protected]",
role = "aut"),
person("Brian", "McGill", email = "[email protected]",
role = "aut"),
person("Felix", "May", email = "[email protected]",
role = "aut"),
person("Thore", "Engel", email = "[email protected]",
role = "aut"),
person("Caroline", "Oliver", email = "[email protected]",
role = "aut"),
person("Shane", "Blowes", email = "[email protected]",
role = "aut"),
person("Tiffany", "Knight", email = "[email protected]",
role = 'aut'),
person("Oliver", "Purschke", email = "[email protected]",
role = 'aut'),
person("Nicholas", "Gotelli", email = "[email protected]",
role = "aut"),
person("Jon", "Chase", email = "[email protected]",
role = "aut"))
Date: 2020-08-15
Description: Functions for calculating metrics for the measurement biodiversity
and its changes across scales, treatments, and gradients. The methods
implemented in this package are described in:
Chase, J.M., et al. (2018) <doi:10.1111/ele.13151>,
McGlinn, D.J., et al. (2019) <doi:10.1111/2041-210X.13102>, and
McGlinn, D.J., et al. (2020) <doi:10.1101/851717>.
Depends:
R (>= 3.0.2)
Imports:
plotrix,
scales,
dplyr,
purrr,
tidyr,
pbapply,
ggplot2,
egg,
tibble,
vctrs,
rlang,
geosphere
Suggests:
knitr,
rmarkdown,
testthat
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1
Encoding: UTF-8
VignetteBuilder: knitr