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

r-usethis

Automate R package and project setup

This package helps you to automate R package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, GitHub integration, licenses, Rcpp, RStudio projects, and more.

Installation

Install the latest version of r-usethis as follows:

guix install r-usethis

Or install a particular version:

guix install r-usethis@3.1.0

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

Example HTML:

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

Example Markdown:

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

Example Org:

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