Skip to content

Instantly share code, notes, and snippets.

@PiotrZakrzewski
Created October 8, 2015 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PiotrZakrzewski/aad07163d8cb238ed60c to your computer and use it in GitHub Desktop.
Save PiotrZakrzewski/aad07163d8cb238ed60c to your computer and use it in GitHub Desktop.
Simple script to install and run RServe as a daemon.
install.packages("Rserve") #only the first time
install.packages("jsonlite")#only the first time
library("Rserve")
Rserve(args="--vanilla")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment