Skip to contents

CRAN status DOI R-CMD-check CRAN RStudio mirror downloads

The huito package is an open-source R package designed to deploy reproducible and flexible labels using layers. It is part of the inkaverse project, which develops procedures and tools for plant science and experimental designs.

More information about the inkaverse project is available at https://inkaverse.com/.

Installation

The stable version of huito can be installed from CRAN:

To install the latest development version directly from GitHub, it is recommended to use pak:

if (!requireNamespace("pak", quietly = TRUE)) {
  install.packages("pak")
}

pak::pkg_install("Flavjack/huito")

After installation, load the package: