-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.36 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
Package: funbiogeo
Type: Package
Title: Functional Biogeography Analyses
Version: 0.0.0.9000
Authors@R:
c(person(given = "Nicolas",
family = "Casajus",
email = "nicolas.casajus@fondationbiodiversite.fr",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5537-5294")),
person(given = "Matthias",
family = "Grenié",
email = "matthias.grenie@idiv.de",
role = "aut",
comment = c(ORCID = "0000-0002-4659-7522")))
Description: Helps users with analyses in functional biogeogeography by loading
and combining data, computing trait coverage, as well as computing
functional diversity indices, drawing maps, correlating them with the
environment, and upscaling assemblages.
URL: https://frbcesab.github.io/funbiogeo/, https://github.com/frbcesab/funbiogeo
BugReports: https://github.com/frbcesab/funbiogeo/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
ggplot2 (>= 3.4.0),
rlang,
scales,
sf,
stats,
terra,
tidyr,
tidyselect,
utils,
xfun
Suggests:
ggridges,
knitr,
mockery,
patchwork,
rmarkdown,
rstudioapi,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3