-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
18 lines (18 loc) · 876 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: MongoPlussed
Title: Extensions of Mongolite Package
Version: 0.0.1
Authors@R: person("Emil", "Bode", email = "[email protected]", role = c("aut", "cre"))
Description: Extra interfaces for working with a mongo-database. It is largely based on the mongolite package by Jeroen Ooms, but contains some extensions: Script for creating and accessing mongo-dbs in a docker-container, and for simplifying querying in nested documents. And it hides less of the internals, so you can more easily write own extensions, and also use methods from the RMongo-package.
Depends: R (>= 3.5.0)
Imports: mongolite (>= 1.5),
RMongo (>= 0.0.25),
jsonlite (>= 1.5),
plyr (>= 1.8.4),
dplyr (>= 0.7.5),
EmilMisc (>= 0.0.1),
stringr (>= 1.3.1)
Additional_repositories: https://github.com/EmilBode/
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1