The MongoDB driver package rmongodb
crashes R 2.15.2, as per this issue.
The author has fixed the problem on GitHub but CRAN hasn't updated. The author only has access to a Windows platform and cannot build the package for Mac OS X. When I attempt to install the package from source on Mac OS X I get a build error.
2087[SPX/r(ss_mongo_rep *)]$ r CMD INSTALL ~/Downloads/rmongodb-master/rmongodb.tar.gz
* installing to library ‘/Library/Frameworks/R.framework/Versions/2.15/Resources/library’
* installing *source* package ‘rmongodb’ ...
** libs
*** arch - i386
make: *** No rule to make target `._api.o', needed by `rmongodb.so'. Stop.
ERROR: compilation failed for package ‘rmongodb’
* removing ‘/Library/Frameworks/R.framework/Versions/2.15/Resources/library/rmongodb’
* restoring previous ‘/Library/Frameworks/R.framework/Versions/2.15/Resources/library/rmongodb’
I'd appreciate pointers on how to get around this issue or, perhaps even better, a link to a 64-bit Mac OS X binary for the package.