r-restrserve 1.2.4
R web API framework
RestRserve is an R web API framework for building high-performance AND robust microservices and app backends. With Rserve backend on UNIX-like systems it is parallel by design. It will handle incoming requests in parallel - each request in a separate fork.
- Outputs:
out - Website: https://restrserve.org
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-restrserve 1.2.4 as follows:
guix install r-restrserve@1.2.4
Or install the latest version:
guix install r-restrserve
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.