Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.23 KB

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")