Skip to content

Instantly share code, notes, and snippets.

@samuelleach
Last active May 23, 2021 13:01
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuelleach/93446c486a9483635dbd to your computer and use it in GitHub Desktop.
Save samuelleach/93446c486a9483635dbd to your computer and use it in GitHub Desktop.
Install Rserve on Mac
pkg_url <- "http://cran.r-project.org/bin/macosx/mavericks/contrib/3.1/Rserve_1.7-3.tgz"
install.packages(pkg_url, repos = NULL)
library(Rserve)
Rserve(args="--vanilla")
@idrisschebak
Copy link

hi, the url doesnt work : https://cran.r-project.org/bin/macosx/contrib/4.1/Rserve_1.7-3.1.tgz
this link worked for me/

best!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment