huito

Flexible and Reproducible Label Designs

https://github.com/flavjack/huito

Science Score: 20.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.3%) to scientific vocabulary

Keywords

cran inkaverse labels r-package stickers
Last synced: 6 months ago · JSON representation

Repository

Flexible and Reproducible Label Designs

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 10
Topics
cran inkaverse labels r-package stickers
Created over 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme Funding License

README.Rmd

---
output: github_document
---

```{r, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
  fig.align = 'center'
  , collapse = TRUE
  , comment = "#>"
  )
```

# huito 


[![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)


'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 .

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

Owner

  • Name: Flavio Lozano-Isla
  • Login: Flavjack
  • Kind: user
  • Location: Perú
  • Company: Inkaverse

Agronomist | Plant breeder

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 95
  • Total Committers: 3
  • Avg Commits per committer: 31.667
  • Development Distribution Score (DDS): 0.126
Past Year
  • Commits: 10
  • Committers: 1
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Flavjack f****k@g****m 83
Flavio Lozano Isla f****o@l****e 10
Flavio Lozano-Isla F****k@g****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 323 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 11
  • Total maintainers: 1
cran.r-project.org: huito

Reproducible and Flexible Label Design

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 323 Last month
Rankings
Forks count: 21.9%
Stargazers count: 28.5%
Dependent packages count: 29.8%
Average: 31.9%
Dependent repos count: 35.5%
Downloads: 43.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • cowplot * depends
  • dplyr * depends
  • ggplot2 * depends
  • magick * depends
  • pdftools * imports
  • purrr * imports
  • qrcode * imports
  • showtext * imports
  • sysfonts * imports
  • tibble * imports
  • tidyr * imports
  • bookdown * suggests
  • gsheet * suggests
  • inti * suggests
  • knitr * suggests
  • rmarkdown * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v1 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite