r-evaluate 1.0.5
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.
- Outputs:
out - Website: https://github.com/hadley/evaluate
- Licenses: GPL 3+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-evaluate 1.0.5 as follows:
guix install r-evaluate@1.0.5
Or install the latest version:
guix install r-evaluate
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.