Skip to content

Commit 320a9ad

Browse files
committed
bump version
1 parent f7b7017 commit 320a9ad

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RNeXML
22
Type: Package
33
Title: Semantically Rich I/O for the 'NeXML' Format
4-
Version: 2.0.7
4+
Version: 2.0.8
55
Authors@R: c(person("Carl", "Boettiger", role = c("cre", "aut"),
66
email="[email protected]", comment = c(ORCID="0000-0002-1642-628X")),
77
person("Scott", "Chamberlain", role ="aut", comment = c(ORCID="0000-0003-1444-9135")),

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ And constructed with the following guidelines:
2828
For more information on SemVer, please visit http://semver.org/.
2929

3030

31+
v2.0.8
32+
------
33+
34+
- patch for compatibility with upcoming release of `testthat`
35+
3136
v2.0.7
3237
------
3338

codemeta.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
2-
"@context": ["https://doi.org/doi:10.5063/schema/codemeta-2.0", "http://schema.org"],
2+
"@context": [
3+
"https://doi.org/doi:10.5063/schema/codemeta-2.0",
4+
"http://schema.org"
5+
],
36
"@type": "SoftwareSourceCode",
7+
"@id": "https://doi.org/10.5281/zenodo.606631",
48
"identifier": "RNeXML",
59
"description": "Provides access to phyloinformatic data in 'NeXML' format. The\n package should add new functionality to R such as the possibility to\n manipulate 'NeXML' objects in more various and refined way and compatibility\n with 'ape' objects.",
610
"name": "RNeXML: Semantically Rich I/O for the 'NeXML' Format",
711
"codeRepository": "https://github.com/ropensci/RNeXML",
812
"issueTracker": "https://github.com/ropensci/RNeXML/issues",
913
"license": "https://spdx.org/licenses/BSD-3-Clause",
10-
"version": "2.0.7",
14+
"version": "2.0.8",
1115
"programmingLanguage": {
1216
"@type": "ComputerLanguage",
1317
"name": "R",
@@ -317,7 +321,7 @@
317321
"contIntegration": "https://travis-ci.org/ropensci/RNeXML",
318322
"releaseNotes": "https://github.com/ropensci/RNeXML/blob/master/NEWS",
319323
"readme": "https://github.com/ropensci/RNeXML/blob/master/README.md",
320-
"fileSize": "244.796KB",
324+
"fileSize": "244.921KB",
321325
"citation": [
322326
{
323327
"@type": "ScholarlyArticle",

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Dear CRAN maintainers,
22

3-
This update fixes issues introduced by the recent release of tidyr and dplyr packages.
3+
This update provides a patch for compatibility with the upcoming release of testthat package. A few additional metadata fields (e.g. author orcid ids) have been introduced as well.
44

55
Cheers,
66

0 commit comments

Comments
 (0)