-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Package: mongolite | ||
Type: Package | ||
Title: Fast and Simple MongoDB Client for R | ||
Description: High-performance MongoDB client based on 'libmongoc' and 'jsonlite'. | ||
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 provdes an overview of the | ||
available methods in the package: <https://jeroenooms.github.io/mongolite/> | ||
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", ,"[email protected]", role = c("aut", "cre")), | ||
person("MongoDB, Inc", role = "cph", comment = "Author of mongo-c-driver") | ||
) | ||
Imports: | ||
jsonlite (>= 1.2), | ||
jsonlite (>= 1.3), | ||
openssl (>= 0.9.4) | ||
License: Apache License 2.0 | ||
URL: https://jeroenooms.github.io/mongolite/ | ||
|