-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.48 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.48 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
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@univ-grenoble-alpes.fr",
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),
grid,
rlang,
rnaturalearth,
scales,
sf,
stats,
terra,
tidyr,
tidyselect,
tools,
utils,
xfun
Suggests:
dplyr,
fs,
fundiversity,
ggridges,
knitr,
mFD,
mockery,
patchwork,
rmarkdown,
rstudioapi,
testthat (>= 3.0.0),
vdiffr,
withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Config/testthat/edition: 3