Last active
May 23, 2021 13:01
-
-
Save samuelleach/93446c486a9483635dbd to your computer and use it in GitHub Desktop.
Install Rserve on Mac
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
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") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!