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://jeroenooms.github.io/mongolite/>.
Version: 1.0
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://jeroenooms.github.io/mongolite/
BugReports: https://github.com/jeroenooms/mongolite/issues
SystemRequirements: OpenSSL, Cyrus SASL (aka libsasl2)
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-02-28 11:04:07 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-01 08:36:24
