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

r-spelling

Tools for spell checking in R

This is an R package for spell checking common document formats including LaTeX, markdown, manual pages, and DESCRIPTION files. It includes utilities to automate checking of documentation and vignettes as a unit test during R CMD check. Both British and American English are supported out of the box and other languages can be added. In addition, packages may define a wordlist to allow custom terminology without having to abuse punctuation.

Installation

Install the latest version of r-spelling as follows:

guix install r-spelling

Or install a particular version:

guix install r-spelling@2.3.2

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

Example HTML:

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

Example Markdown:

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

Example Org:

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