-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 855 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 855 Bytes
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: TreeCo
Title: An R Package to Manage TreeCo Database
Version: 0.0.2
Type: Package
Authors@R:
person(given = "Renato A.",
family = "Ferreira de Lima",
role = c("aut", "cre"),
email = "raflima@usp.br")
Author:
Renato A. F. de Lima [aut, cre]
Maintainer: Renato A. F. de Lima <raflima@usp.br>
Description: The package TreeCo provides tools for
loading, processing, and extracting data as stored
in the TreeCo database, including surveys metadata,
forest descriptions, local environmental conditions,
species trait information and references.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/LimaRAF/TreeCo
Imports:
data.table,
dplyr,
flora,
knitr,
plantR,
utils,
stringdist,
MASS,
stats
VignetteBuilder: knitr
RoxygenNote: 7.3.3