The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

huito

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:

install.packages("huito")

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:

library(huito)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.