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

r-evaluate

Parsing and evaluation tools for R

This package provides tools that allow you to recreate the parsing, evaluation and display of R code, with enough information that you can accurately recreate what happens at the command line. The tools can easily be adapted for other output formats, such as HTML or LaTeX.

Installation

Install the latest version of r-evaluate as follows:

guix install r-evaluate

Or install a particular version:

guix install r-evaluate@1.0.3

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-evaluate about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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