Skip to content

Commit

Permalink
update news, cran comments, update codemeta.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 7, 2019
1 parent 2f44df9 commit ea7b991
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
rdatacite 0.4.2
===============

### MINOR IMPROVEMENTS

* fix to two fixtures that had non-ascii text in them, that were causing tests to fail (#25)


rdatacite 0.4.0
===============

Expand Down
17 changes: 10 additions & 7 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"codeRepository": "https://github.com/ropensci/rdatacite",
"issueTracker": "https://github.com/ropensci/rdatacite/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.4.0",
"version": "0.4.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.5.0",
"version": "3.6.0",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.5.0 (2018-04-23)",
"runtimePlatform": "R version 3.6.0 Patched (2019-04-30 r76446)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -135,7 +135,7 @@
"@type": "SoftwareApplication",
"identifier": "crul",
"name": "crul",
"version": ">= 0.4.0",
"version": ">= 0.7.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -148,9 +148,12 @@
"contIntegration": "https://travis-ci.org/ropensci/rdatacite",
"releaseNotes": "https://github.com/ropensci/rdatacite/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rdatacite/blob/master/README.md",
"fileSize": "72.734KB",
"fileSize": "199.152KB",
"applicationCategory": "Data",
"isPartOf": "https://ropensci.org",
"keywords": ["data", "scholarly", "dataset", "https", "API", "web-services", "solr", "datacite", "oai-pmh", "metadata", "api-wrapper", "rstats", "r", "identifier"],
"developmentStatus": "http://www.repostatus.org/#active"
"keywords": ["data", "scholarly", "dataset", "https", "API", "web-services", "solr", "datacite", "oai-pmh", "metadata", "api-wrapper", "rstats", "r", "identifier", "r-package"],
"developmentStatus": "http://www.repostatus.org/#active",
"contributor": {},
"copyrightHolder": {},
"funder": {}
}
14 changes: 4 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
## Test environments

* local OS X install, R 3.5.0
* ubuntu 14.04 (on travis-ci), R 3.5.0
* local OS X install, R 3.6.0
* ubuntu 14.04 (on travis-ci), R 3.6.0
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 1 note

License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
YEAR: 2018
COPYRIGHT HOLDER: Scott Chamberlain
0 errors | 0 warnings | 0 notes

## Reverse dependencies

There are no reverse dependencies.

---

This version fixes a few minor things, including fixing a "'library' or 'require' call not declared from" warning.
This version fixes two test fixtures that had non-ascii text that caused tests to fail on debian clang devel.

Thanks!
Scott Chamberlain

0 comments on commit ea7b991

Please sign in to comment.