-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
55 lines (55 loc) · 1.73 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
Package: rotl
Title: Interface to the 'Open Tree of Life' API
Version: 3.1.0
Authors@R:
c(person(given = "Francois",
family = "Michonneau",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9092-966X")),
person(given = "Joseph",
family = "Brown",
role = "aut",
comment = c(ORCID = "0000-0002-3835-8062")),
person(given = "David",
family = "Winter",
role = "aut",
comment = c(ORCID = "0000-0002-6165-0029")),
person(given = "Scott",
family = "Chamberlain",
role = "rev",
comment = c(ORCID = "0000-0003-1444-9135")))
Description: An interface to the 'Open Tree of Life' API to retrieve
phylogenetic trees, information about studies used to assemble the
synthetic tree, and utilities to match taxonomic names to 'Open Tree
identifiers'. The 'Open Tree of Life' aims at assembling a
comprehensive phylogenetic tree for all named species.
License: BSD_2_clause + file LICENSE
URL: https://docs.ropensci.org/rotl/, https://github.com/ropensci/rotl
BugReports: https://github.com/ropensci/rotl/issues
Depends:
R (>= 3.1.1)
Imports:
ape,
curl (>= 3.0.0),
httr,
jsonlite,
rentrez,
rlang,
rncl (>= 0.6.0)
Suggests:
knitr (>= 1.12),
MCMCglmm,
phylobase,
readxl,
rmarkdown (>= 0.7),
RNeXML,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: metadata, ropensci, phylogenetics,
independant-contrasts, biodiversity
X-schema.org-relatedLink: https://codemeta.github.io/codemetar
RoxygenNote: 7.2.1