Package: Rserve 1.8-13
Rserve: Binary 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.
Authors:
Rserve_1.8-13.tar.gz
Rserve_1.8-13.tar.gz(r-4.5-noble)Rserve_1.8-13.tar.gz(r-4.4-noble)
Rserve.pdf |Rserve.html✨
Rserve/json (API)
NEWS
# Install 'Rserve' in R: |
install.packages('Rserve', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/s-u/rserve/issues
Last updated 12 months agofrom:bc7b07c157. Checks:OK: 1 NOTE: 1. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 18 2024 |
Exports:ocapresolve.ocapRserveRserve.contextRserve.evalrun.Rserveself.ctrlEvalself.ctrlSourceself.oobMessageself.oobSendulog
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 |