Skip to content
/ RMongo Public
forked from tc/RMongo

R client to interface with MongoDB

Notifications You must be signed in to change notification settings

liuq/RMongo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMongo
http://github.com/tc/RMongo
----
@tommychheng

This is a R package which lets you query MongoDB databases.

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

Upload to CRAN:
ftp ftp://CRAN.R-project.org/incoming/
put RMongo*.tar.gz

---
# ---------------------------------------------------------------------------
# Copyright 2010, Tommy Chheng.
#
# RMongo is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# RMongo is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with RMongo. If not, see <http://www.gnu.org/licenses/&gt;.
#
# ---------------------------------------------------------------------------

About

R client to interface with MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 55.1%
  • R 44.9%