Skip to content

Commit 18e1046

Browse files
author
Florian Schneider
committed
bounce to v0.5.1
1 parent 8312dd7 commit 18e1046

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

DESCRIPTION

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: traitdataform
22
Type: Package
33
Title: Formatting and Harmonizing Ecological Trait-Data
4-
Version: 0.5.0
4+
Version: 0.5.1
55
Date: 2018-12-04
66
Authors@R: c(person("Florian D.", "Schneider",, "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-1494-5684")),
@@ -10,7 +10,12 @@ Authors@R: c(person("Florian D.", "Schneider",, "[email protected]
1010
person("Dennis", "Heimann", role = c("ctb")),
1111
person("Felix","Neff", role = c("ctb")),
1212
person("Markus J.", "Ankenbrand", role = c("ctb")))
13-
Description: Assistance for handling ecological trait data and applying the Ecological Trait-Data Standard terminology (Schneider et al. 2018 <doi:10.1101/328302>).
13+
Description: Assistance for handling ecological trait data and applying the
14+
Ecological Trait-Data Standard terminology (Schneider et al. 2018
15+
<doi:10.1101/328302>). There are two major use cases: (1) preparation of
16+
own trait datasets for upload into public data bases, and (2) harmonizing
17+
trait datasets from different sources by re-formatting them into a unified
18+
format. See 'traitdataform' website for full documentation.
1419
License: MIT + file LICENSE
1520
LazyData: TRUE
1621
Depends:

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# traitdataform 0.5 (released 04.12.2018)
1+
# traitdataform 0.5.1
2+
3+
- thorough spell-checking
4+
- set heavy examples to 'dontrun'
5+
6+
# traitdataform 0.5.0 (released 04.12.2018)
27

38
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1921175.svg)](https://doi.org/10.5281/zenodo.1921175)
49

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"@type": "SoftwareSourceCode",
77
"identifier": "traitdataform",
8-
"description": "Assistance for handling ecological trait data and applying the Ecological Trait-Data Standard terminology (Schneider et al. 2018 <doi:10.1101/328302>).",
8+
"description": "Assistance for handling ecological trait data and applying the \n Ecological Trait-Data Standard terminology (Schneider et al. 2018\n <doi:10.1101/328302>). There are two major use cases: (1) preparation of\n own trait datasets for upload into public data bases, and (2) harmonizing\n trait datasets from different sources by re-formatting them into a unified\n format. See 'traitdataform' website for full documentation. ",
99
"name": "traitdataform: Formatting and Harmonizing Ecological Trait-Data",
1010
"codeRepository": "https://github.com/EcologicalTraitData/traitdataform",
1111
"relatedLink": [
@@ -15,7 +15,7 @@
1515
],
1616
"issueTracker": "https://github.com/EcologicalTraitData/traitdataform/issues",
1717
"license": "https://spdx.org/licenses/MIT",
18-
"version": "0.5.0",
18+
"version": "0.5.1",
1919
"programmingLanguage": {
2020
"@type": "ComputerLanguage",
2121
"name": "R",
@@ -237,5 +237,5 @@
237237
"url": "https://ecologicaltraitdata.github.io/traitdataform/"
238238
}
239239
],
240-
"fileSize": "603.574KB"
240+
"fileSize": "284.213KB"
241241
}

0 commit comments

Comments
 (0)