Skip to content

Instantly share code, notes, and snippets.

@seratch
Created April 18, 2011 15:40
Show Gist options
  • Save seratch/925573 to your computer and use it in GitHub Desktop.
Save seratch/925573 to your computer and use it in GitHub Desktop.
How to install RMongo
#!/bin/sh
# JAVA_HOME=/your/java/home
# R CMD javareconf -e
# R
# install.packages("rJava")
# install.packages("RUnit")
wget https://github.com/downloads/tc/RMongo/RMongo_0.0.20.tar.gz --no-check-certificate
# R CMD install RMongo_0.0.20.tar.gz
# R
# install.packages("RMongo_0.0.20.tar.gz")
# library("RMongo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment