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, SSL
    encryption and SASL authentication. The vignette gives a brief overview
    of the available methods in the package.
Version: 0.9
Authors@R: c(
    person("Jeroen", "Ooms", ,"jeroen.ooms@stat.ucla.edu", role = c("aut", "cre")),
    person("MongoDB, Inc", role = "cph", comment = "Author of mongo-c-driver")
  )
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Imports: jsonlite (>= 1.0)
License: Apache License 2.0
URL: https://github.com/jeroenooms/mongolite#readme
        https://github.com/mongodb/mongo-c-driver
BugReports: https://github.com/jeroenooms/mongolite/issues
SystemRequirements: OpenSSL, Cyrus SASL (aka libsasl2)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-09-26 10:58:40 UTC; jeroen
Author: Jeroen Ooms [aut, cre],
  MongoDB, Inc [cph] (Author of mongo-c-driver)
Repository: CRAN
Date/Publication: 2016-09-26 13:33:50
