Package: mongolite
Type: Package
Title: Fast and Simple 'MongoDB' Client for R
Description: High-performance 'MongoDB' client based on 'libmongoc' and 'jsonlite'.
    Includes support for aggregation, indexing, map-reduce, streaming, encryption,
    enterprise authentication. The online user manual provides an overview of the 
    available methods in the package: <https://jeroen.github.io/mongolite/>.
Version: 1.1
Authors@R: c(
    person("Jeroen", "Ooms", ,"jeroen@berkeley.edu", role = c("aut", "cre")),
    person("MongoDB, Inc", role = "cph", comment = "Author of mongo-c-driver")
  )
Imports: jsonlite (>= 1.3), openssl (>= 0.9.4)
License: Apache License 2.0
URL: https://jeroen.github.io/mongolite/
BugReports: https://github.com/jeroen/mongolite/issues
SystemRequirements: OpenSSL, Cyrus SASL (aka libsasl2)
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-03-18 14:11:32 UTC; jeroen
Author: Jeroen Ooms [aut, cre],
  MongoDB, Inc [cph] (Author of mongo-c-driver)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2017-03-18 17:52:20 UTC
