-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.97 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: canaper
Title: Categorical Analysis of Neo- And Paleo-Endemism
Version: 1.0.1.9000
Authors@R:
c(
person(given = "Joel H.",
family = "Nitta",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4719-7472")),
person(given = "Shawn W.",
family = "Laffan",
role = c("ctb", "dtc")),
person(given = "Brent D.",
family = "Mishler",
role = c("ctb", "dtc")),
person(given = "Wataru",
family = "Iwasaki",
role = c("ctb"),
comment = c(ORCID = "0000-0002-9169-9245")),
person(given = "Klaus",
family = "Schliep",
role = c("rev"),
comment = c(ORCID = "0000-0003-2941-0161"))
)
Description: Provides functions to analyze the spatial distribution of
biodiversity, in particular categorical analysis of neo- and paleo-endemism
(CANAPE) as described in Mishler et al (2014) <doi:10.1038/ncomms5473>.
'canaper' conducts statistical tests to determine the types of endemism that
occur in a study area while accounting for the evolutionary relationships of
species.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c ("collate", "namespace", "rd", "roxyglobals::global_roclet", "srr::srr_stats_roclet"))
RoxygenNote: 7.2.3
URL: https://github.com/ropensci/canaper,
https://docs.ropensci.org/canaper/
BugReports: https://github.com/ropensci/canaper/issues
Language: en-US
Imports:
ape,
assertr,
assertthat,
dplyr,
future.apply,
phyloregion,
progressr,
purrr,
stats,
tibble,
vegan
Suggests:
rmarkdown,
knitr,
future,
tictoc,
patchwork,
testthat (>= 3.0.0),
stringr,
magrittr,
covr,
picante,
withr,
fs,
readr,
usethis,
scales,
colorBlindness
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)
VignetteBuilder:
knitr