-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
48 lines (48 loc) · 1.7 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
38
39
40
41
42
43
44
45
46
47
48
Package: traitdataform
Type: Package
Title: Formatting and Harmonizing Ecological Trait-Data
Version: 0.6.8
Date: 2022-05-25
Authors@R: c(person("Florian D.", "Schneider",, "florian.dirk.schneider@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1494-5684")),
person("Caterina", "Penone", role = c("ctb"), comment = c(ORCID = "0000-0002-8170-6659")),
person("Andreas", "Ostrowski", role = c("ctb"), comment = c(ORCID = "0000-0002-2033-779X")),
person("Dennis", "Heimann", role = c("ctb")),
person("Felix","Neff", role = c("ctb")),
person("Markus J.", "Ankenbrand", role = c("ctb")),
person("Jessica", "Burnett", role = c("ctb")),
person("Iñaki","Ucar", role = c("ctb")),
person("Matthias", "Grenié", role = c("ctb")))
Description: Assistance for handling ecological trait data and applying the
Ecological Trait-Data Standard terminology (Schneider et al. 2019
<doi:10.1111/2041-210X.13288>). There are two major use cases: (1) preparation of
own trait datasets for publication, and (2) harmonizing
trait datasets from different sources by re-formatting them into a unified
format. See 'traitdataform' website for full documentation.
License: MIT + file LICENSE
LazyData: TRUE
Depends:
R (>= 2.10)
Imports:
data.table,
stats,
reshape2,
taxize,
getPass,
units,
suppdata,
curl,
XML,
RCurl,
plyr
URL: https://ecologicaltraitdata.github.io/traitdataform/,
https://github.com/ecologicaltraitdata/traitdataform
BugReports: https://github.com/ecologicaltraitdata/traitdataform/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat