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

r-r2html

HTML export for R objects

This package includes HTML functions and methods to write in an HTML file. Thus, making HTML reports is easy. It includes a function that allows redirection on the fly, which appears to be very useful for teaching purposes, as the student can keep a copy of the produced output to keep all that they did during the course. The package comes with a vignette describing how to write HTML reports for statistical analysis. Finally, a driver for Sweave parses HTML flat files containing R code and to automatically write the corresponding outputs (tables and graphs).

Installation

Install the latest version of r-r2html as follows:

guix install r-r2html

Or install a particular version:

guix install r-r2html@2.3.4

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

Example HTML:

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

Example Markdown:

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

Example Org:

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