# huito [![CRAN status](https://www.r-pkg.org/badges/version/huito.png)](https://CRAN.R-project.org/package=huito) [![DOI](https://zenodo.org/badge/423796397.svg)](https://zenodo.org/badge/latestdoi/423796397) [![R-CMD-check](https://github.com/Flavjack/huito/workflows/R-CMD-check/badge.svg)](https://github.com/Flavjack/huito/actions) [![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/huito?color=brightgreen.png)](https://r-pkg.org/pkg/huito) 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 . ## Installation The stable version of **huito** can be installed from CRAN: ``` r install.packages("huito") ``` To install the latest development version directly from GitHub, it is recommended to use **pak**: ``` r if (!requireNamespace("pak", quietly = TRUE)) { install.packages("pak") } pak::pkg_install("Flavjack/huito") ``` After installation, load the package: ``` r library(huito) ``` # Package index ## All functions - [`barcode_qr()`](http://huito.inkaverse.com/reference/barcode_qr.md) : Barcode generator - [`fieldbook`](http://huito.inkaverse.com/reference/fieldbook.md) : Fieldbook experimental design - [`huito_fonts()`](http://huito.inkaverse.com/reference/huito_fonts.md) : Fonts import - [`image_import()`](http://huito.inkaverse.com/reference/image_import.md) : Image import - [`include_barcode()`](http://huito.inkaverse.com/reference/include_barcode.md) : Barcode layer - [`include_image()`](http://huito.inkaverse.com/reference/include_image.md) : Image layer - [`include_shape()`](http://huito.inkaverse.com/reference/include_shape.md) : Shape layer - [`include_text()`](http://huito.inkaverse.com/reference/include_text.md) : Text layer - [`label_layout()`](http://huito.inkaverse.com/reference/label_layout.md) : Label layout - [`label_print()`](http://huito.inkaverse.com/reference/label_print.md) : Label print - [`shape_hexagon()`](http://huito.inkaverse.com/reference/shape_hexagon.md) : Shape hexagon # Articles ### All vignettes - [GerminaR](http://huito.inkaverse.com/articles/GerminaR.md): GerminaR sticker. - [horizontal](http://huito.inkaverse.com/articles/horizontal.md): Design and printing of horizontal labels using huito. - [Huito](http://huito.inkaverse.com/articles/huito.md): Huito sticker. - [INKAVERSE](http://huito.inkaverse.com/articles/inkaverse.md): INKAVERSE sticker. - [Package](http://huito.inkaverse.com/articles/package.md): Labels designs for multiple porpouses - [vertical](http://huito.inkaverse.com/articles/vertical.md): Design and printing of vertical labels using huito.