Skip to content

Commit e40b174

Browse files
author
Florian Schneider
committed
bounce to v0.3 (no errors and warnings)
1 parent dbe6754 commit e40b174

4 files changed

Lines changed: 27 additions & 8 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: traitdataform
22
Type: Package
33
Title: Formatting trait data compliant with the Ecological Traitdata Standard
4-
Version: 0.2.6
5-
Date: 2018-07-21
4+
Version: 0.3.0
5+
Date: 2018-11-15
66
Authors@R: c(person("Florian D.", "Schneider",, "florian.dirk.schneider@gmail.com", role = c("aut", "cre", "aut")), person("Caterina", "Penone", role = c("ctb")))
77
Description: This package assists in handling functional trait data and transferring them into the trait data standard.
88
License: MIT + file LICENSE

LICENSE

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
Copyright (c) 2017 F.D. Schneider, fd.schneider@senckenberg.de
1+
MIT LICENSE
22

3-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3+
Copyright (c) 2018 F.D. Schneider, fd.schneider@senckenberg.de
44

5-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
611

7-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# traitdataform 0.3.0
2+
3+
- solve all errors, warnings and notes on R CHECK
4+
- complete man pages
5+
- fix matching bug for get_gbif_taxonomy()
16

27
# traitdataform 0.2.6
38

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ We are aiming to provide the following features in future iterations of the pack
8484

8585
## Cite as
8686

87-
Schneider, F.D. (2017) traitdataform - harmonizing ecological trait data in R, v0.2, doi: xxx.xxx, http://ecologicaltraitdata.github.io/traitdataform
87+
Schneider, F.D. (2018) traitdataform - harmonizing ecological trait data in R, v0.3, doi: xxx.xxx, http://ecologicaltraitdata.github.io/traitdataform
8888

8989
## License
9090

91-
Copyright (c) 2017 F.D. Schneider, florian.dirk.schneider@gmail.com
91+
Copyright (c) 2018 F.D. Schneider, florian.dirk.schneider@gmail.com
9292

9393
Permission is hereby granted, free of charge, to any person obtaining a copy of
9494
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)