-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.13 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: fishtree
Type: Package
Title: Interface to the Fish Tree of Life API
Version: 0.3.4.9000
Authors@R: c(
person("Jonathan", "Chang", role = c("aut", "cre"),
email = "me@jonathanchang.org",
comment = c("ORCID" = "0000-0002-3811-1254")),
person("Michael E", "Alfaro", role = "ctb"),
person("Daniel L", "Rabosky", role = "ctb"),
person("Stephen A", "Smith", role = "ctb")
)
Description: An interface to the Fish Tree of Life API to download taxonomies,
phylogenies, fossil calibrations, and diversification rate information for
ray-finned fishes.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.0
URL: https://fishtreeoflife.org/, https://github.com/jonchang/fishtree
BugReports: https://github.com/jonchang/fishtree/issues
Depends:
R (>= 4.0)
Imports:
ape (>= 5.2),
jsonlite (>= 1.5),
memoise,
parallel,
rlang (>= 0.4.1),
utils
Suggests:
diversitree,
geiger,
hisse (>= 2.1.11),
knitr,
markdown,
phytools,
picante,
rfishbase (>= 4.1.2),
rmarkdown,
spelling,
testthat
VignetteBuilder: knitr
Language: en-US