huito

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

‘Huito’ is an open-source R package to deploys reproducible and flexible labels using layers. The ‘huito’ package is part of the ‘inkaverse’ project for developing different procedures and tools used in plant science and experimental designs. Learn more about the ‘inkaverse’ project at https://inkaverse.com/.

Installation

You can install the released version of huito from CRAN with:

install.packages("huito")

And the development version from GitHub with:

if (!require("remotes"))
  install.packages("remotes")
remotes::install_github("Flavjack/huito")