From d9fd5d6c593cd6604f0484891e1ebea8ba25a56e Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Tue, 3 Mar 2020 17:04:49 -0800 Subject: [PATCH] updated news, cran comments, bump to v0.5.2 --- DESCRIPTION | 2 +- NEWS.md | 8 ++++++++ cran-comments.md | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9b86381..3f60e56 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Description: Client for the web service methods provided by 'DataCite' (), including functions to interface with their 'RESTful' search API. The API is backed by 'Elasticsearch', allowing expressive queries, including faceting. -Version: 0.5.0.91 +Version: 0.5.2 License: MIT + file LICENSE Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com", diff --git a/NEWS.md b/NEWS.md index 602469c..5d3785e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +rdatacite 0.5.2 +=============== + +### MINOR IMPROVEMENTS + +* fix breaking test on one of the cran checks (#30) + + rdatacite 0.5.0 =============== diff --git a/cran-comments.md b/cran-comments.md index a6b354a..4c26ec9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* local OS X install, R 3.6.2 +* local OS X install, R 3.6.3 RC * ubuntu 14.04 (on travis-ci), R 3.6.2 * win-builder (devel and release) @@ -14,7 +14,7 @@ There are no reverse dependencies. --- -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. +This version fixes a problem in the test suite causing a R CMD CHECK failure on R devel linux. Thanks! Scott Chamberlain