Rserve
GNU R Rserve tcp/ip server and sample clients
Install
- All systems
-
curl cmd.cat/Rserve.sh
- Debian
-
apt-get install r-cran-rserve
- Ubuntu
-
apt-get install r-cran-rserve
- Kali Linux
-
apt-get install r-cran-rserve
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install r-cran-rserve
- Raspbian
-
apt-get install r-cran-rserve
- Dockerfile
- dockerfile.run/Rserve
r-cran-rserve
GNU R Rserve tcp/ip server and sample clients
This package provide Rserve, a headless server for GNU R. Rserve acts as a socket server (TCP/IP or local sockets) which allows binary requests to be sent to R. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++ and Java, allowing any application to use facilities of R without the need of linking to R code. Rserve supports remote connection, user authentication and file transfer. A simple R client is included in this package as well. URL: http://www.rosuda.org/Rserve/