Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
bump ver, update news and cran comements
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 15, 2016
1 parent 05c04b6 commit df935fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"),
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
------------

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 @@
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

0 comments on commit df935fc

Please sign in to comment.