Skip to content

Commit

Permalink
update README, codemeta.json for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 8, 2020
1 parent 2f58031 commit f25beb1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ Carl Boettiger. (2018). rdflib: A high level wrapper around the redland
package for common rdf applications (Version 0.1.0). Zenodo.
<https://doi.org/10.5281/zenodo.1098478>

Jones M, Slaughter P, Ooms J, Boettiger C, Chamberlain S (2018).
Jones M, Slaughter P, Ooms J, Boettiger C, Chamberlain S (2019).
*redland: RDF Library Bindings in R*. doi: 10.5063/F1VM496B (URL:
<http://doi.org/10.5063/F1VM496B>), R package version 1.0.17-10, \<URL:
<https://doi.org/10.5063/F1VM496B>), R package version 1.0.17-11, \<URL:
<https://github.com/ropensci/redland-bindings/tree/master/R/redland>\>.

[![rofooter](http://ropensci.org/public_images/github_footer.png)](http://ropensci.org)
11 changes: 6 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"codeRepository": "https://github.com/ropensci/rdflib",
"issueTracker": "https://github.com/ropensci/rdflib/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.2",
"version": "0.2.3",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.5.2",
"version": "3.6.1",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.5.2 (2018-12-20)",
"runtimePlatform": "R version 3.6.1 (2019-07-05)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -325,7 +325,7 @@
],
"contIntegration": "https://travis-ci.org/ropensci/rdflib",
"readme": "https://github.com/ropensci/rdflib/blob/master/README.md",
"fileSize": "117.421KB",
"fileSize": "117.481KB",
"releaseNotes": "https://github.com/ropensci/rdflib/blob/master/NEWS.md",
"citation": [
{
Expand Down Expand Up @@ -373,5 +373,6 @@
"r-package",
"peer-reviewed"
],
"relatedLink": "https://CRAN.R-project.org/package=rdflib"
"relatedLink": "https://CRAN.R-project.org/package=rdflib",
"funder": {}
}
7 changes: 3 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Dear CRAN maintainers,

This release fixes the license copyright holder name, as requested. This also avoids
an isssue of package size in the previous submission.
This release provides a minor update as described in the package NEWS.md

## Test environments

* local OS X install, R 3.5.2
* ubuntu 16.04 (on travis-ci), R 3.5.2
* local OS X install, R 3.6.2
* ubuntu 16.04 (on travis-ci), R 3.6.2
* win-builder (devel and release)

## R CMD check results
Expand Down

0 comments on commit f25beb1

Please sign in to comment.