Skip to content

Commit 3eb8772

Browse files
committed
bump version for cran submission
1 parent 9214086 commit 3eb8772

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rotl
22
Title: Interface to the 'Open Tree of Life' API
3-
Version: 3.0.16
3+
Version: 3.1.0
44
Authors@R:
55
c(person(given = "Francois",
66
family = "Michonneau",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rotl 3.0.16
1+
# rotl 3.1.0
22

33
## Breaking change
44

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/rotl",
99
"issueTracker": "https://github.com/ropensci/rotl/issues",
1010
"license": "https://spdx.org/licenses/BSD-2-Clause",
11-
"version": "3.0.16",
11+
"version": "3.1.0",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -236,7 +236,7 @@
236236
},
237237
"isPartOf": "https://ropensci.org",
238238
"keywords": ["metadata", "ropensci", "phylogenetics", "independant-contrasts", "biodiversity", "r", "rstats", "r-package", "taxonomy", "phylogeny", "peer-reviewed"],
239-
"fileSize": "763.306KB",
239+
"fileSize": "762.421KB",
240240
"citation": [
241241
{
242242
"@type": "ScholarlyArticle",
@@ -322,7 +322,7 @@
322322
],
323323
"releaseNotes": "https://github.com/ropensci/rotl/blob/master/NEWS.md",
324324
"readme": "https://github.com/ropensci/rotl/blob/master/README.md",
325-
"contIntegration": ["https://github.com/ropensci/rotl/actions", "https://codecov.io/github/ropensci/rotl?branch=master", "https://github.com/ropensci/rotl/actions/workflows/R-CMD-check.yaml"],
325+
"contIntegration": ["https://github.com/ropensci/rotl/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/github/ropensci/rotl?branch=master"],
326326
"developmentStatus": "https://www.repostatus.org/#active",
327327
"review": {
328328
"@type": "Review",

cran-comments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44

55
## Downstream dependencies
66

7-
* no changes
7+
* I informed the maintainers of the datelife package of the upcoming release
8+
and provided a pull request for the check failures that this new version of
9+
the package cause: https://github.com/phylotastic/datelife/pull/83

0 commit comments

Comments
 (0)