Skip to content

Commit 78e4900

Browse files
author
Florian Schneider
committed
bounce to v0.6.0
1 parent e7529f8 commit 78e4900

File tree

5 files changed

+47
-22
lines changed

5 files changed

+47
-22
lines changed

DESCRIPTION

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Package: traitdataform
22
Type: Package
33
Title: Formatting and Harmonizing Ecological Trait-Data
4-
Version: 0.5.7
5-
Date: 2020-03-11
4+
Version: 0.6.0
5+
Date: 2020-10-18
66
Authors@R: c(person("Florian D.", "Schneider",, "florian.dirk.schneider@gmail.com", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-1494-5684")),
88
person("Caterina", "Penone", role = c("ctb"), comment = c(ORCID = "0000-0002-8170-6659")),
99
person("Andreas", "Ostrowski", role = c("ctb"), comment = c(ORCID = "0000-0002-2033-779X")),
1010
person("Dennis", "Heimann", role = c("ctb")),
1111
person("Felix","Neff", role = c("ctb")),
12-
person("Markus J.", "Ankenbrand", role = c("ctb")))
12+
person("Markus J.", "Ankenbrand", role = c("ctb")),
13+
person("Jessica", "Burnett", role = c("ctb")))
1314
Description: Assistance for handling ecological trait data and applying the
1415
Ecological Trait-Data Standard terminology (Schneider et al. 2019
1516
<doi:10.1111/2041-210X.13288>). There are two major use cases: (1) preparation of
@@ -21,18 +22,19 @@ LazyData: TRUE
2122
Depends:
2223
R (>= 2.10)
2324
Imports:
24-
data.table,
25+
data.table,
26+
stats,
2527
reshape2,
2628
taxize,
2729
getPass,
2830
units,
2931
XML,
3032
RCurl,
3133
plyr
32-
URL: https://EcologicalTraitData.github.io/traitdataform, https://github.com/EcologicalTraitData/traitdataform
33-
BugReports: https://github.com/EcologicalTraitData/traitdataform/issues
34+
URL: https://ecologicaltraitdata.github.io/traitdataform/, https://github.com/ecologicaltraitdata/traitdataform
35+
BugReports: https://github.com/ecologicaltraitdata/traitdataform/issues
3436
VignetteBuilder: knitr
35-
RoxygenNote: 7.1.0
37+
RoxygenNote: 7.1.1
3638
Encoding: UTF-8
3739
Roxygen: list(markdown = TRUE)
3840
Suggests:

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# traitdataform 0.6.0
2+
3+
Major changes:
4+
5+
- update internal terms to v0.10 of the Ecological Trait-data Standard (ETS).
6+
In ETS v0.10 the assignment of user-defined and standardised measurement values and trait and taxon assignments has been updated, to match labelling practice in DwC and provide a more intuitive content for those fields. Accordingly
7+
- the v0.9.1 terms `scientificName`, `traitName`, `traitValue`, and `traitUnit` have been renamed into `verbatimScientificName`, `verbatimTraitName`, `verbatimTraitValue`, and `verbatimTraitUnit` with new identifiers.
8+
- the terms `scientificNameStd`, `traitNameStd`, `traitValueStd`, and `traitUnitStd` have been renamed into `scientificName`, `traitName`, `traitValue`, and `traitUnit` and now form the default suggested content for trait data complying with the ETS. Definitions have been harmonized. The original *Std identifiers now resolve to these new terms.
9+
10+
This causes the output file to differ from earlier outputs. To maintain compatibility with earlier versions, an option `conformsTo` has been added to `as.traitdata()` to return the data table in terms of version 0.9. By default, output is returned in ETS version 0.10. Data releases created by `traitdataform` should always be labelled with the version of ETS that applies to the data!
11+
12+
113
# traitdataform 0.5.7
214

315
- Preparing for R 4.0.0 change to read.table() and data.frame(): handling of factor data (trait and taxon names) is now locale-independent

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ We are aiming to provide the following features in future iterations of the pack
107107

108108
## Cite as
109109

110-
Schneider, F.D. (2020) traitdataform - harmonizing ecological trait data in R, v0.5.7, DOI: [10.5281/zenodo.1489527](http://dx.doi.org/10.5281/zenodo.1489527) http://ecologicaltraitdata.github.io/traitdataform
110+
Schneider, F.D. (2020) traitdataform - harmonizing ecological trait data in R, v0.6.0, DOI: [10.5281/zenodo.1489527](http://dx.doi.org/10.5281/zenodo.1489527) http://ecologicaltraitdata.github.io/traitdataform
111111

112112
## License
113113

codemeta.json

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
"identifier": "traitdataform",
88
"description": "Assistance for handling ecological trait data and applying the \n Ecological Trait-Data Standard terminology (Schneider et al. 2019\n <doi:10.1111/2041-210X.13288>). 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",
10-
"codeRepository": "https://github.com/EcologicalTraitData/traitdataform",
10+
"codeRepository": "https://github.com/ecologicaltraitdata/traitdataform",
1111
"relatedLink": [
1212
"http://fdschneider.github.io/traitdataform",
1313
"http://EcologicalTraitData.github.io/traitdataform",
1414
"https://EcologicalTraitData.github.io/traitdataform",
15-
"https://CRAN.R-project.org/package=traitdataform"
15+
"https://CRAN.R-project.org/package=traitdataform",
16+
"https://ecologicaltraitdata.github.io/traitdataform/"
1617
],
17-
"issueTracker": "https://github.com/EcologicalTraitData/traitdataform/issues",
18+
"issueTracker": "https://github.com/ecologicaltraitdata/traitdataform/issues",
1819
"license": "https://spdx.org/licenses/MIT",
19-
"version": "0.5.7",
20+
"version": "0.6.0",
2021
"programmingLanguage": {
2122
"@type": "ComputerLanguage",
2223
"name": "R",
23-
"version": "3.6.3",
2424
"url": "https://r-project.org"
2525
},
26-
"runtimePlatform": "R version 3.6.3 (2020-02-29)",
26+
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
2727
"author": [
2828
{
2929
"@type": "Person",
@@ -60,6 +60,11 @@
6060
"@type": "Person",
6161
"givenName": "Markus J.",
6262
"familyName": "Ankenbrand"
63+
},
64+
{
65+
"@type": "Person",
66+
"givenName": "Jessica",
67+
"familyName": "Burnett"
6368
}
6469
],
6570
"maintainer": [
@@ -128,6 +133,11 @@
128133
},
129134
"sameAs": "https://CRAN.R-project.org/package=data.table"
130135
},
136+
{
137+
"@type": "SoftwareApplication",
138+
"identifier": "stats",
139+
"name": "stats"
140+
},
131141
{
132142
"@type": "SoftwareApplication",
133143
"identifier": "reshape2",
@@ -213,7 +223,7 @@
213223
"sameAs": "https://CRAN.R-project.org/package=plyr"
214224
}
215225
],
216-
"releaseNotes": "https://github.com/EcologicalTraitData/traitdataform/blob/master/NEWS.md",
226+
"releaseNotes": "https://github.com/ecologicaltraitdata/traitdataform/blob/master/NEWS.md",
217227
"readme": "https://github.com/EcologicalTraitData/traitdataform/blob/master/README.md",
218228
"contIntegration": "https://travis-ci.com/EcologicalTraitData/traitdataform",
219229
"keywords": [
@@ -223,7 +233,7 @@
223233
"r-package",
224234
"ecology"
225235
],
226-
"developmentStatus": "https://www.repostatus.org/#wip",
236+
"developmentStatus": ["https://www.tidyverse.org/lifecycle/#stable", "https://www.repostatus.org/#active"],
227237
"citation": [
228238
{
229239
"@type": "SoftwareSourceCode",
@@ -238,7 +248,7 @@
238248
"url": "https://ecologicaltraitdata.github.io/traitdataform/"
239249
}
240250
],
241-
"fileSize": "284.578KB",
251+
"fileSize": "2246.709KB",
242252
"provider": {
243253
"@id": "https://cran.r-project.org",
244254
"@type": "Organization",

cran-comments.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
## Resubmission
22

3-
Preparing package for R 4.0.0 by suppressing stringsAsFactor conversion in read.table() and data.frame().
3+
Updating internal terminology according to a change in the Ecological Trait-data Standard (ETS).
44

55
## Test environments
66

7-
* local Windows 10 install, R version 3.6.3 (2020-04-04)
8-
* Windows R devel (4.0.0) on win-builder.r-project.org, platform: x86_64-w64-mingw32 (64-bit), R version 3.6.3 (2020-04-04)
9-
* Mac OS X 10.13.6 (on travis-ci), R version 3.6.2 (2020-04-04)
10-
* Ubuntu 16.04.6 LTS (on travis-ci), R version 3.6.2 (2020-04-04) and R devel (4.0.0) (2020-04-04)
7+
* local Windows 10 install, R version 4.0.3 (2020-10-21)
8+
* macOS High Sierra 10.13.6 , R version 4.0.2 (2020-10-19) on travis-ci
9+
* Ubuntu 16.04.6 LTS R version 4.0.2 (2020-10-19) and R devel (2020-10-19) on travis-ci
10+
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (2020-10-21) on R-hub
11+
* Debian Linux, R-devel (2020-10-17 r79346), clang, ISO-8859-15 locale on R-hub (2020-10-21)
1112

1213
## R CMD check results
1314

0 commit comments

Comments
 (0)