Package: Rserve 1.8-19
Rserve: Versatile R Server
Rserve is a versatile, scalable server enabling the efficient use of R from other applications through variety of protocols including QAP, WebSockets, HTTP and HTTPS. It acts as a 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 many popular languages allowing applications to use facilities of R without the need of linking to the R binary. Rserve supports remote connections, user authentication and file transfer. A simple R client is included in this package as well. It also supports OCAP mode for secure remote procedure calls, including support for full event loop, asynchronous results/graphics and console I/O.
Authors:
Rserve_1.8-19.tar.gz
Rserve_1.8-19.tar.gz(r-4.7-arm64)Rserve_1.8-19.tar.gz(r-4.7-x86_64)Rserve_1.8-19.tar.gz(r-4.6-arm64)Rserve_1.8-19.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
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 from:ea03729932. Checks:4 NOTE, 1 OK, 1 FAIL. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 113 | ||
| linux-devel-x86_64 | NOTE | 116 | ||
| source / vignettes | OK | 150 | ||
| linux-release-arm64 | NOTE | 118 | ||
| linux-release-x86_64 | NOTE | 127 | ||
| wasm-release | FAIL | 94 |
Exports:ocapresolve.ocapRserveRserve.contextRserve.evalRserve.http.add.staticRserve.http.rm.all.staticsrun.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 |
| Add static file handler to HTTP/HTTPS server | Rserve.http.add.static Rserve.http.rm.all.statics |
| Start Rserve within the current R process. | run.Rserve stop.Rserve |
| Functions usable for R code run inside Rserve | self.ctrlEval self.ctrlSource self.oobMessage self.oobSend |
| Micro Logging | ulog |
