-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.12 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
Package: FishPhyloMaker
Type: Package
Title: Phylogenies for a List of Finned-Ray Fishes
Version: 0.2.0
Authors@R:
c(person(given = "Gabriel",
family = "Nakamura",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5144-5312")),
person(given = "Aline",
family = "Richter",
role = "aut"),
person(given = "Bruno",
family = "Soares",
role = "aut",
))
Description: Provides an alternative to facilitate the construction of a phylogeny for fish species from a list of species
or a community matrix using as a backbone the phylogenetic tree proposed by Rabosky et al. (2018) <doi:10.1038/s41586-018-0273-1>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
ape,
fishtree,
geiger,
knitr,
phytools,
progress,
rfishbase,
rmarkdown,
utils
VignetteBuilder:
knitr,
rmarkdown
Depends:
R (>= 2.10)
Suggests: markdown,
gh
Remotes:
ropensci/rfishbase