@tommychheng
This is a R package which lets you query MongoDB databases.
The sources for the java files are in src/r-mongo-scala
Feel free to report bugs/feature requests on github.
Validate: cd .. R CMD check RMongo
Build: R CMD build RMongo
Install: R CMD install RMongo*.tar.gz
Publish to CRAN: Visit http://cran.r-project.org/ and use the submission form.
0.1.0 Updated scala to 2.11.1 and mongo-java-driver to 2.13.0
0.0.25 Restored R 2.14 comp. Added replicaset support. thanks @benoitlouy
0.0.24 Recompiled to support >R 3. Updated mongo-java-driver to 2.11.2
0.0.23 Added aggregation framework support. thanks @jayjacobs
0.0.22 Fixed a bug in toCsvOutput which caused R data frames to be restricted to the fields of the first record found by a query. Thanks @tunnuz Added dbRemoveQuery, dbGetDistinct methods. Thanks @liuq
#
#
#
#