-
-
Save lujiacn/5c1515a68c64adbd1ced2b94bb292935 to your computer and use it in GitHub Desktop.
A simple shell script to start Rserve.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#without output | |
R -e 'library(Rserve); Rserve(args="--vanilla")' 2>&1 > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment