-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.34 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
Package: FUNGuildR
Type: Package
Title: Look Up Guild Information for Fungi
Version: 0.2.0.9000
Authors@R: c(person("Brendan", "Furneaux", role = c("aut", "trl", "cre"), email = "[email protected]", comment = c(ORCID="0000-0003-3522-7363")), person("Zewei", "Song", role = "ctb", comment = "(Python version)"))
Maintainer: Brendan Furneaux <[email protected]>
Description: A tool for assigning trait information based on matching to a
taxonomic classification, using the FUNGuild database (Nguyen et al. 2016;
<doi:10.1016/j.funeco.2015.06.006>). In normal use, the database is queried
for each function call, because FUNGuild is continually updated as new
information is submitted. However, FUNGuildR also includes functions to
download the database and store it as an R object to speed up repeated
queries, make queries reproducible over time, and allow local queries without
internet access.
URL: http://www.funguild.org, http://github.com/brendanf/FUNGuildR
BugReports: http://github.com/brendanf/FUNGuildR/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports:
dplyr (>= 0.7.5),
assertthat,
magrittr,
httr,
purrr (>= 0.2.3),
stringr,
jsonlite,
tibble,
tidyr
Suggests:
usethis,
rgbif,
covr,
testthat (>= 2.1.0)
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)