Skip to content

Commit

Permalink
bump to v0.5, update news and cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 2, 2020
1 parent 1b2cf27 commit 19e29ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Client for the web service methods provided
by 'DataCite' (<https://www.datacite.org/>), including functions to interface with
their 'RESTful' search API. The API is backed by 'Elasticsearch', allowing
expressive queries, including faceting.
Version: 0.4.9.92
Version: 0.5.0
License: MIT + file LICENSE
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
rdatacite 0.5.0
===============

### NEW FEATURES

* Major refactor to work with the new DataCite API: all functions from the previous version are defunct; all OAI-PMH functions are gone; new functions all start with `dc_` (#24) (#29)

### MINOR IMPROVEMENTS

* all examples check if DataCite API is up before running (#28)


rdatacite 0.4.2
===============

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

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

## R CMD check results
Expand All @@ -14,7 +14,7 @@ There are no reverse dependencies.

---

This version fixes two test fixtures that had non-ascii text that caused tests to fail on debian clang devel.
This version refactor's the package for a new version of the DataCite API - fixes examples so they only run if the remote resource is operational.

Thanks!
Scott Chamberlain

0 comments on commit 19e29ef

Please sign in to comment.