Package: Rserve 1.8
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.tar.gz
Rserve_1.8.zip(r-4.7)Rserve_1.8.zip(r-4.6)Rserve_1.8.zip(r-4.5)
Rserve_1.8.tgz(r-4.6-x86_64)Rserve_1.8.tgz(r-4.6-arm64)Rserve_1.8.tgz(r-4.5-x86_64)Rserve_1.8.tgz(r-4.5-arm64)
Rserve_1.8.tar.gz(r-4.7-arm64)Rserve_1.8.tar.gz(r-4.7-x86_64)Rserve_1.8.tar.gz(r-4.6-arm64)Rserve_1.8.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://s-u.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/s-u/rserve/issues
Last updated from:9fef56f5c9. Checks:9 NOTE, 1 OK, 2 WARNING, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 151 | ||
| linux-devel-x86_64 | NOTE | 154 | ||
| source / vignettes | OK | 168 | ||
| linux-release-arm64 | NOTE | 159 | ||
| linux-release-x86_64 | NOTE | 119 | ||
| macos-release-arm64 | NOTE | 119 | ||
| macos-release-x86_64 | NOTE | 213 | ||
| macos-oldrel-arm64 | WARNING | 136 | ||
| macos-oldrel-x86_64 | WARNING | 208 | ||
| windows-devel | NOTE | 150 | ||
| windows-release | NOTE | 149 | ||
| windows-oldrel | NOTE | 147 | ||
| wasm-release | FAIL | 98 |
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 |
