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
- Host: GitHub
- Owner: Flavjack
- Language: R
- Default Branch: main
- Homepage: https://flavjack.github.io/huito/
- Size: 219 MB
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
[](https://CRAN.R-project.org/package=huito)
[](https://zenodo.org/badge/latestdoi/423796397)
[](https://github.com/Flavjack/huito/actions)
[](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
- Website: lozanoisla.com
- Repositories: 19
- Profile: https://github.com/Flavjack
Agronomist | Plant breeder
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | 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
- Homepage: https://huito.inkaverse.com/
- Documentation: http://cran.r-project.org/web/packages/huito/huito.pdf
- License: GPL-3 | file LICENSE
-
Latest release: 0.2.5
published over 1 year ago
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