From df935fccb05262acab11bc88665d928d62888e1b Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Mon, 15 Feb 2016 13:37:58 -0800 Subject: [PATCH] bump ver, update news and cran comements --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++++++ cran-comments.md | 6 +++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 503ecb0..f676a5d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Description: A programmatic interface to the 'SOLR' based articles, making plots, doing 'faceted' searches, 'highlight' searches, and viewing results of 'highlighted' searches in a browser. -Version: 0.5.5.9000 +Version: 0.5.6 License: MIT + file LICENSE Authors@R: c( person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"), diff --git a/NEWS.md b/NEWS.md index f3008a0..f94816a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +rplos 0.5.6 +------------ + +### MINOR IMPROVEMENTS + +* move `ggplot2` from _Depends_ to _Imports_, and using `@importFrom` for +`ggplot2` functions, now all imports are using `@importFrom` (#99) +* Fixes for `httr::content()` to parse manually, and use explicit +encoding of `UTF-8` (#102) + rplos 0.5.4 ------------ diff --git a/cran-comments.md b/cran-comments.md index 28321a4..b31313e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ -R CMD CHECK passed on my local OS X install on R 3.2.2 and R development +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. -This submission is simply to bump requirement of solr v0.1.4 to v0.1.6 -so that I can submit a new version of solr to CRAN. +This submission fixes http requests via httr for changes in that package, +and moves ggplot2 from depends to imports. Thanks! Scott Chamberlain