Package: Rserve 1.8
Rserve: Versatile R Server
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. In addition, it can also act as a secure WebSockets and HTTP/HTTPS server.
Authors:
Rserve_1.8.tar.gz
Rserve_1.8.zip(r-4.5)Rserve_1.8.zip(r-4.4)Rserve_1.8.zip(r-4.3)
Rserve_1.8.tgz(r-4.4-x86_64)Rserve_1.8.tgz(r-4.4-arm64)Rserve_1.8.tgz(r-4.3-x86_64)Rserve_1.8.tgz(r-4.3-arm64)
Rserve_1.8.tar.gz(r-4.5-noble)Rserve_1.8.tar.gz(r-4.4-noble)
Rserve.pdf |Rserve.html✨
Rserve/json (API)
NEWS
# Install 'Rserve' in R: |
install.packages('Rserve', repos = c('https://s-u.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/s-u/rserve/issues
Last updated 3 months agofrom:f1d0b0c8ba. Checks:OK: 1 WARNING: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win-x86_64 | WARNING | Nov 11 2024 |
R-4.5-linux-x86_64 | WARNING | Nov 11 2024 |
R-4.4-win-x86_64 | WARNING | Nov 11 2024 |
R-4.4-mac-x86_64 | WARNING | Nov 11 2024 |
R-4.4-mac-aarch64 | WARNING | Nov 11 2024 |
R-4.3-win-x86_64 | WARNING | Nov 11 2024 |
R-4.3-mac-x86_64 | WARNING | Nov 11 2024 |
R-4.3-mac-aarch64 | WARNING | Nov 11 2024 |
Exports:ocapresolve.ocapRserveRserve.contextRserve.evalrun.Rserveself.ctrlEvalself.ctrlSourceself.oobMessageself.oobSendstop.Rserveulog
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Object Capability (OCAP) Functions | ocap resolve.ocap Rserve.context |
Server providing R functionality to applications via TCP/IP or local unix sockets | Rserve |
Evaluate expressions in a REPL-like fashion | Rserve.eval |
Start Rserve within the current R process. | run.Rserve |
Functions usable for R code run inside Rserve | self.ctrlEval self.ctrlSource self.oobMessage self.oobSend |
Micro Logging | ulog |