-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.16 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: TR8
Type: Package
Title: A Tool for Downloading Functional Traits Data for Plant Species
Version: 0.9.23
Date: 2024-09-19
Authors@R: person("Gionata", "Bocci", email = "boccigionata@gmail.com",role = c("aut", "cre"))
Description: Plant ecologists often need to collect "traits" data
about plant species which are often scattered among various
databases: TR8 contains a set of tools which take care of
automatically retrieving some of those functional traits data
for plant species from publicly available databases (The Ecological Flora
of the British Isles, LEDA traitbase, Ellenberg
values for Italian Flora, Mycorrhizal intensity databases, BROT,
PLANTS, Jepson Flora Project).
The TR8 name, inspired by "car plates" jokes, was chosen since
it both reminds of the main object of the package and is
extremely short to type.
License: GPL (>=2)
LazyData: true
Encoding: UTF-8
URL: https://github.com/GioBo/TR8
BugReports: https://github.com/GioBo/TR8/issues
Depends:
R (>= 3.5.0),
methods,
stats,
utils
Imports:
RCurl,
XML,
dplyr,
plyr,
reshape,
rappdirs,
readxl,
shiny,
RoxygenNote: 7.1.1