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

Commit e07daab

Browse files
committed
changed solr requirement to less than equal v0.1.6, fix #95
updated new and cran-comments
1 parent 7e00c2f commit e07daab

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: A programmatic interface to the 'SOLR' based
77
articles, making plots, doing 'faceted' searches,
88
'highlight' searches, and viewing results of 'highlighted'
99
searches in a browser.
10-
Version: 0.5.2.9000
10+
Version: 0.5.4
1111
License: MIT + file LICENSE
1212
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
1313
email = "[email protected]"),
@@ -33,7 +33,7 @@ Imports:
3333
lubridate,
3434
reshape2,
3535
whisker,
36-
solr (<= 0.1.4)
36+
solr (<= 0.1.6)
3737
Suggests:
3838
XML,
3939
testthat,

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
rplos 0.5.4
2+
------------
3+
4+
### MINOR IMPROVEMENTS
5+
6+
* Change `solr` dependency to require version `v0.1.6` or less (#94)
7+
18
rplos 0.5.2
29
------------
310

cran-comments.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
R CMD CHECK passed on my local OS X install on R 3.2.1 and R development
1+
R CMD CHECK passed on my local OS X install on R 3.2.2 and R development
22
version, Ubuntu running on Travis-CI, and Win-Builder.
33

4-
This submission has a fix for encoding of XML data, and added a number of
5-
new tests.
4+
This submission is simply to bump requirement of solr v0.1.4 to v0.1.6
5+
so that I can submit a new version of solr to CRAN. I am making big
6+
changes in the solr package, so I don't want newer versions of the
7+
package to break this package.
68

79
Thanks! Scott Chamberlain

0 commit comments

Comments
 (0)