From c3f14532025b7fd3ae3f84ae48cd9a1d1faf5790 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Thu, 21 Jul 2016 12:30:30 -0700 Subject: [PATCH] updated news and cran comments --- NEWS.md | 18 ++++++++++++++++++ cran-comments.md | 30 +++++++++++++++++++++++++----- 2 files changed, 43 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index f94816a..eb9ba5e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,21 @@ +rplos 0.6.0 +------------ + +### MINOR IMPROVEMENTS + +* Added notes to documentation for relavant functions for how to do +phrase searching. (#96) (#97) thanks @poldham +* Removed parameter `random` parameter from `citations()` function as it's +no longer available in the API (#103) +* Swapped out all uses of `dplyr::rbind_all()` for `dplyr::bind_rows()` (#105) +* `full_text_urls()` now gives back `NA` when DOIs for annotations are +given, which can be easily removed. + +### BUG FIXES + +* Fixed `full_text_urls()` function to create full text URLs for PLOS +Clinical Trials correctly (#104) + rplos 0.5.6 ------------ diff --git a/cran-comments.md b/cran-comments.md index b31313e..e55ad35 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,27 @@ -R CMD CHECK passed on my local OS X install on R 3.2.3 and R development -version, Ubuntu running on Travis-CI, and Win-Builder. +## Test environments -This submission fixes http requests via httr for changes in that package, -and moves ggplot2 from depends to imports. +* local OS X install, R 3.3.1 +* ubuntu 12.04 (on travis-ci), R 3.3.1 +* win-builder (devel and release) -Thanks! Scott Chamberlain +## 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: 2016 + COPYRIGHT HOLDER: Scott Chamberlain + +## Reverse dependencies + +* I have run R CMD check on the 2 downstream dependencies, with no errors. + Summary at + +---------- + +This submission includes a number of minor changes. + +Thanks! +Scott Chamberlain