Skip to content

Commit 5c267fd

Browse files
author
Florian Schneider
committed
update README and NEWS for CRAN release
1 parent 28b9cfc commit 5c267fd

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# traitdataform 0.5.2 (released on CRAN 30.12.2018)
2+
3+
- solve minor compliance issues with CRAN: use LICENSE template
4+
15
# traitdataform 0.5.1
26

37
- thorough spell-checking

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
44
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
55
[![Build Status](https://travis-ci.com/EcologicalTraitData/traitdataform.svg?branch=master)](https://travis-ci.com/EcologicalTraitData/traitdataform)
6-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1921175.svg)](https://doi.org/10.5281/zenodo.1921175)
7-
6+
[![CRAN status](https://www.r-pkg.org/badges/version/traitdataform)](https://cran.r-project.org/package=traitdataform)
7+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1489527.svg)](https://doi.org/10.5281/zenodo.1489527)
88

99

1010
Assistance for handling functional trait data and transferring them into the Ecological Trait-Data Standard (Schneider et al. 2018 Towards an Ecological Trait-data Standard, biorxiv.org DOI: [10.1101/328302](http://dx.doi.org/10.1101/328302)).
@@ -25,7 +25,13 @@ The toolset of the package includes
2525

2626
## Installation
2727

28-
The package can be installed from Github via the 'devtools' package
28+
Install from CRAN via
29+
30+
```r
31+
install.packages('traitdataform')
32+
```
33+
34+
The development version of the package can be installed from Github via the 'devtools' package
2935

3036
```r
3137
install.packages('devtools')
@@ -101,7 +107,7 @@ We are aiming to provide the following features in future iterations of the pack
101107

102108
## Cite as
103109

104-
Schneider, F.D. (2018) traitdataform - harmonizing ecological trait data in R, v0.5.0, http://ecologicaltraitdata.github.io/traitdataform
110+
Schneider, F.D. (2018) traitdataform - harmonizing ecological trait data in R, v0.5.2, DOI: [10.5281/zenodo.1921175](http://dx.doi.org/10.5281/zenodo.1921175) http://ecologicaltraitdata.github.io/traitdataform
105111

106112
## License
107113

0 commit comments

Comments
 (0)