This package browser is in early development. Mind the rough edges.

r-opencpu

API for embedded scientific computing

This package provides a system for embedded scientific computing and reproducible research with R. The OpenCPU server exposes a simple but powerful HTTP API for RPC and data interchange with R. This provides a reliable and scalable foundation for statistical services or building R web applications. The OpenCPU server runs either as a single-user development server within the interactive R session, or as a multi-user stack based on Apache2.

Installation

Install the latest version of r-opencpu as follows:

guix install r-opencpu

Or install a particular version:

guix install r-opencpu@2.2.14

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.

Badge code

You can use the following badge to inform users of r-opencpu about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-opencpu'><img src='https://packages.guix.gnu.org/packages/r-opencpu/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-opencpu/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-opencpu)

Example Org:

[[https://packages.guix.gnu.org/packages/r-opencpu][https://packages.guix.gnu.org/packages/r-opencpu/badges/latest-version.svg]]