Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Keywords
barcode
print-barcodes
r
zint
Last synced: 5 months ago
·
JSON representation
Repository
Print barcodes in R
Basic Info
Statistics
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 2
- Releases: 0
Topics
barcode
print-barcodes
r
zint
Created over 8 years ago
· Last pushed over 5 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[](https://travis-ci.org/CannaData/zintr)
[](https://codecov.io/github/CannaData/zintr?branch=master)
# zintr
The goal of zintr is to provide barcode printing functionality to R using the Zint C library.
## Installation
You can install zintr from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("CannaData/zintr")
```
But you will need to install Zint first. See [Zint documentation](http://www.zint.org.uk/Manual.aspx?type=p&page=2) for OS specific instructions. For Linux you can easily install with git and cmake:
```{bash, eval = FALSE}
git clone https://github.com/zint/zint.git zint
cd zint
mkdir build
cd build
cmake ..
make
sudo make install
sudo cp /usr/local/lib/libzint.* /usr/lib
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example, eval = FALSE}
library(zintr)
barcode_print(8675309, "barcode1.png")
barcode_print("Hello World", "barcode2.png")
```


Owner
- Name: Carl Ganz
- Login: carlganz
- Kind: user
- Location: Los Angeles
- Twitter: carlishganzino
- Repositories: 9
- Profile: https://github.com/carlganz
Some kind of programer
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 4
- Total pull requests: 1
- Average time to close issues: 2 days
- Average time to close pull requests: 8 minutes
- Total issue authors: 4
- Total pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- 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
- trashbirdecology (1)
- andresrcs (1)
- kmezhoud (1)
- carlganz (1)
Pull Request Authors
- jeroen (1)