Skip to content

sequoiar/rmongodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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 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