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.4
Authors@R: c(
    person("Jeroen", "Ooms", ,"jeroen@berkeley.edu", role = c("aut", "cre")),
    person("MongoDB, Inc", role = "cph", comment = "Bundled mongo-c-driver, see AUTHORS file")
  )
Imports: jsonlite (>= 1.4), openssl (>= 0.9.4)
License: Apache License 2.0
URL: https://github.com/jeroen/mongolite/ (devel)
        https://jeroen.github.io/mongolite/ (user manual)
        http://mongoc.org/ (upstream)
BugReports: https://github.com/jeroen/mongolite/issues
SystemRequirements: OpenSSL, Cyrus SASL (aka libsasl2)
RoxygenNote: 6.0.1.9000
Suggests: spelling
Language: en-GB
NeedsCompilation: yes
Packaged: 2017-12-21 15:30:51 UTC; jeroen
Author: Jeroen Ooms [aut, cre],
  MongoDB, Inc [cph] (Bundled mongo-c-driver, see AUTHORS file)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2017-12-22 14:04:28 UTC
