-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.23 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
Package: rphylotastic
Title: An R Interface to 'Phylotastic' Web Services
Version: 0.0.8.1
Authors@R: personList(person("Brian", "O'Meara", email = "[email protected]", role = c("aut", "cre")),
person("Abu Saleh", "Md Tayeen", email = "[email protected]", role = "aut"),
person("Luna L.", "Sanchez Reyes", email = "[email protected]", role = "aut"))
Maintainer: Brian O'Meara <[email protected]>
Description: This wraps the 'Phylotastic' services APIs described on Web Services at <www.phylotastic.org>. The main use case is to return a phylogenetic tree for a set of species, but the services also include ways to extract species names from web pages, perform taxonomic name resolution, retrieve a list of all descendant species of a taxon, find images of a species, and more.
URL: https://github.com/phylotastic/rphylotastic
BugReports: https://github.com/phylotastic/rphylotastic/issues
Depends: R (>= 3.3.0)
Imports:
ape,
brranching,
httr,
jsonlite,
utils,
phylobase,
methods,
rentrez (>= 1.0.4),
plotrix
Suggests:
testthat,
knitr,
rmarkdown,
taxize,
datelife,
rotl
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr