Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 28, 2017
1 parent 155a373 commit f2615c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
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/
Expand Down

0 comments on commit f2615c1

Please sign in to comment.