-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
38 lines (29 loc) · 1.37 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output: github_document
---
```{r, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
fig.align = 'center'
, collapse = TRUE
, comment = "#>"
)
```
# huito <img src="man/figures/logo.png" align="right" width="200" />
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/huito)](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)](https://r-pkg.org/pkg/huito)
<!-- badges: end -->
'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](https://cran.r-project.org/package=huito) with:
``` r
install.packages("huito")
```
And the development version from [GitHub](https://github.com/flavjack/huito) with:
``` r
if (!require("remotes"))
install.packages("remotes")
remotes::install_github("Flavjack/huito")
```