forked from dselivanov/rmongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 733 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
25 lines (25 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: rmongodb
Type: Package
Title: R-MongoDB driver
Version: 1.8.0
Date: 2014-11-01
Depends:
R (>= 2.10)
Imports:
jsonlite,
plyr
Author: MongoDB, Inc. (mongo-c-driver) & Markus Schmidberger (mongosoup.de).
Formerly Gerald Lindsly.
Maintainer: Dmitriy Selivanov <selivanov.dmitriy@gmail.com>
Description: This R package provides an interface to the NoSQL MongoDB database
using the MongoDB C-driver version 0.8.
License: Apache License 2.0
URL: https://github.com/mongosoup/rmongodb,
http://stackoverflow.com/questions/tagged/rmongodb
BugReports: https://github.com/mongosoup/rmongodb/issues
SystemRequirements: MongoDB, GNU make
Suggests:
RUnit,
knitr
VignetteBuilder: knitr
NeedsCompilation: yes