forked from ropensci/traits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.27 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.27 KB
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: traits
Title: Species Trait Data from Around the Web
Description: Species trait data from many different sources, including
sequence data from 'NCBI', plant trait data from 'BETYdb', plant data
from the USDA plants database, data from 'EOL' 'Traitbank',
Coral traits data (<https://coraltraits.org>), 'Birdlife' International,
and more.
Version: 0.3.3.9310
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
person("Zachary", "Foster", role = "aut"),
person("Ignasi", "Bartomeus", role = "aut"),
person("David", "LeBauer", role = "aut"),
person("Chris", "Black", role = "aut"),
person("David", "Harris", role = "aut"),
person("Rupert", "Collins", role = "ctb")
)
License: MIT + file LICENSE
URL: https://github.com/ropensci/traits
BugReports: https://github.com/ropensci/traits/issues
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Imports:
jsonlite (>= 0.9.19),
httr (>= 1.1.0),
crul (>= 0.6.0),
tibble (>= 1.3.4),
data.table (>= 1.9.6),
readr (>= 1.1.1),
taxize (>= 0.7.4),
xml2 (>= 0.1.2),
rvest (>= 0.3.1),
hoardr
Suggests:
roxygen2 (>= 6.0.1),
knitr,
testthat,
dplyr,
plyr
RoxygenNote: 6.1.1