Package: solrium
Title: General Purpose R Interface to 'Solr'
Description: Provides a set of functions for querying and parsing data
    from 'Solr' (<http://lucene.apache.org/solr>) 'endpoints' (local and 
    remote), including search, 'faceting', 'highlighting', 'stats', and 
    'more like this'. In addition, some functionality is included for 
    creating, deleting, and updating documents in a 'Solr' 'database'.
Version: 0.4.0
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
    email = "myrmecocystus@gmail.com")
License: MIT + file LICENSE
URL: https://github.com/ropensci/solrium
BugReports: http://www.github.com/ropensci/solrium/issues
VignetteBuilder: knitr
Imports: utils, dplyr (>= 0.5.0), plyr (>= 1.8.4), httr (>= 1.2.0),
        xml2 (>= 1.0.0), jsonlite (>= 1.0), tibble (>= 1.2)
Suggests: roxygen2 (>= 5.0.1), testthat, knitr, covr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-10-05 20:41:34 UTC; sacmac
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2016-10-06 00:52:32
