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

r-htmltable

Advanced tables for Markdown/HTML

This package provides functions to build tables with advanced layout elements such as row spanners, column spanners, table spanners, zebra striping, and more. While allowing advanced layout, the underlying CSS-structure is simple in order to maximize compatibility with word processors such as LibreOffice. The package also contains a few text formatting functions that help outputting text compatible with HTML or LaTeX.

Installation

Install the latest version of r-htmltable as follows:

guix install r-htmltable

Or install a particular version:

guix install r-htmltable@2.4.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-htmltable about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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