Skip to content

Shopximity/rmongodb

 
 

Repository files navigation

This is an R extension supporting access to MongoDB.

After cloning the repo, drop mongo-c-driver's src directory into rmongodb/rmongodb/src. Alternately, unpack mongo-c-driver-src.zip into rmongodb/

The driver is installed into R with:

R CMD INSTALL rmongodb

If you have compile problems, this may be due to interface changes to mongo-c-driver.
In rmongodb/rmongodb/src is an archived copy of mongo-c-driver (mongo-c-driver-src.zip) that you can unpack there. Since this is the version of the mongo-c-driver (v0.4.1) used in the development of rmongodb, you may have better results.

Once you have installed the package, it may be loaded from within R like any other:

>library("rmongodb") # for instance

To run the unit tests:

R --no-save < test.R

Releases

No releases published

Packages

No packages published