Skip to content

Instantly share code, notes, and snippets.

@erochest
Created February 17, 2013 23:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save erochest/4974005 to your computer and use it in GitHub Desktop.
Save erochest/4974005 to your computer and use it in GitHub Desktop.
A simple shell script to start Rserve.
#!/bin/sh
R -e 'library(Rserve)' -e 'Rserve(args="--vanilla")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment