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

Commit ee39c3a

Browse files
committed
updated news and cran comments
1 parent 05cfc26 commit ee39c3a

File tree

3 files changed

+41
-7
lines changed

3 files changed

+41
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: Provides a set of functions for querying and parsing data
55
remote), including search, 'faceting', 'highlighting', 'stats', and
66
'more like this'. In addition, some functionality is included for
77
creating, deleting, and updating documents in a 'Solr' 'database'.
8-
Version: 0.3.8.9400
8+
Version: 0.4.0
99
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
1010
email = "myrmecocystus@gmail.com")
1111
License: MIT + file LICENSE

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
solrium 0.4.0
2+
=============
3+
4+
### MINOR IMPROVEMENTS
5+
6+
* Change `dplyr::rbind_all()` (deprecated) to `dplyr::bind_rows()` (#90)
7+
* Added additional examples of using pivot facetting to `solr_facet()` (#91)
8+
* Fix to `solr_group()` (#92)
9+
* Replaced dependency `XML` with `xml2` (#57)
10+
* Added examples and tests for a few more public Solr instances (#30)
11+
* Now using `tibble` to give back compact data.frame's
12+
* namespace all base package calls
13+
* Many changes to internal parsers to use `xml2` instead of `XML`, and
14+
improvements
15+
116
solrium 0.3.0
217
=============
318

cran-comments.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
1-
I have read and agree to the the CRAN policies at
2-
http://cran.r-project.org/web/packages/policies.html
1+
## Test environments
32

4-
R CMD CHECK passed on my local OS X install with R 3.2.3 and
5-
R development version, Ubuntu running on Travis-CI, and WinBuilder.
3+
* local OS X install, R 3.3.1
4+
* ubuntu 12.04 (on travis-ci), R 3.3.1
5+
* win-builder (devel and release)
66

7-
This is a new package.
7+
## R CMD check results
88

9-
Thanks! Scott Chamberlain
9+
0 errors | 0 warnings | 1 note
10+
11+
License components with restrictions and base license permitting such:
12+
MIT + file LICENSE
13+
File 'LICENSE':
14+
YEAR: 2016
15+
COPYRIGHT HOLDER: Scott Chamberlain
16+
17+
## Reverse dependencies
18+
19+
* I have run R CMD check on the 2 downstream dependencies.
20+
(Summary at <https://github.com/ropensci/solrium/blob/master/revdep/README.md>),
21+
with no problems caused.
22+
23+
-----
24+
25+
This release includes many minor improvements
26+
27+
Thanks!
28+
Scott Chamberlain

0 commit comments

Comments
 (0)