Package: elasticsearchr
Type: Package
Version: 0.2.3
Title: A Lightweight Interface for Interacting with Elasticsearch from
        R
Date: 2018-11-07
Author: Alex Ioannides
Maintainer: Alex Ioannides <alex.ioannides@yahoo.co.uk>
Description: A lightweight R interface to 'Elasticsearch' - a NoSQL search-engine and 
    column store database (see <https://www.elastic.co/products/elasticsearch> for more 
    information). This package implements a simple Domain-Specific Language (DSL) for indexing, 
    deleting, querying, sorting and aggregating data using 'Elasticsearch'.
License: Apache License 2.0
URL: https://github.com/alexioannides/elasticsearchr
BugReports: https://github.com/alexioannides/elasticsearchr/issues
LazyData: TRUE
Imports: httr, jsonlite
Suggests: knitr, testthat, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-11-07 16:16:16 UTC; alexioannides
Repository: CRAN
Date/Publication: 2018-11-07 16:30:03 UTC
