Package: mongolite
Type: Package
Title: Fast and Simple 'MongoDB' Client for R
Description: High-performance MongoDB client based on 'mongo-c-driver'
and 'jsonlite'. Includes support for aggregation, indexing,
map-reduce, streaming, encryption, enterprise authentication,
and GridFS. The online user manual provides an overview of the
available methods in the package:
.
Version: 4.0.0
Authors@R: c(
person("Jeroen", "Ooms", ,"jeroenooms@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4035-0289")),
person("MongoDB, Inc", role = "cph",
comment = "Bundled mongo-c-driver, see AUTHORS file"))
Imports: jsonlite (>= 1.4), openssl (>= 1.0), mime
License: Apache License 2.0
URL: https://jeroen.r-universe.dev/mongolite
BugReports: https://github.com/jeroen/mongolite/issues
SystemRequirements: OpenSSL, Cyrus SASL (aka libsasl2)
RoxygenNote: 7.3.2.9000
Roxygen: list(markdown = TRUE)
Suggests: curl, spelling, nycflights13, ggplot2
Language: en-GB
Encoding: UTF-8
Config/pak/sysreqs: libssl-dev libsasl2-dev
Repository: https://jeroen.r-universe.dev
Date/Publication: 2025-04-06 19:48:56 UTC
RemoteUrl: https://github.com/jeroen/mongolite
RemoteRef: HEAD
RemoteSha: 20e1587951858aa2428ffb9a79b07e1fef2eb797
NeedsCompilation: yes
Packaged: 2026-06-30 21:58:37 UTC; root
Author: Jeroen Ooms [aut, cre] (ORCID: ),
MongoDB, Inc [cph] (Bundled mongo-c-driver, see AUTHORS file)
Maintainer: Jeroen Ooms