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

r-hardhat

Construct modeling packages

Building modeling packages is hard. A large amount of effort generally goes into providing an implementation for a new method that is efficient, fast, and correct, but often less emphasis is put on the user interface. A good interface requires specialized knowledge about S3 methods and formulas, which the average package developer might not have. The goal of hardhat is to reduce the burden around building new modeling packages by providing functionality for preprocessing, predicting, and validating input.

Installation

Install the latest version of r-hardhat as follows:

guix install r-hardhat

Or install a particular version:

guix install r-hardhat@1.4.1

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

Example HTML:

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

Example Markdown:

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

Example Org:

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