ISO11784Tools: ISO11784 PIT Tag ID Format Converters

Some tools to assist with converting International Organization for Standardization (ISO) standard 11784 (ISO11784) animal ID codes between 4 recognised formats commonly displayed on Passive Integrated Transponder (PIT) tag readers. The most common formats are 15 digit decimal, e.g., 999123456789012, and 13 character hexadecimal 'dot' format, e.g., 3E7.1CBE991A14. These are referred to in this package as isodecimal and isodothex. The other two formats are the raw hexadecimal representation of the ISO11784 binary structure (see <https://en.wikipedia.org/wiki/ISO_11784_and_ISO_11785>). There are two 'flavours' of this format, a left and a right variation. Which flavour a reader happens to output depends on if the developers decided to reverse the binary number or not before converting to hexadecimal, a decision based on the fact that the PIT tags will transmit their binary code Least Significant Bit (LSB) first, or backwards basically.

Version: 1.1.4
Imports: stringr, stringi, dplyr, tibble
Suggests: knitr, rmarkdown, testthat
Published: 2023-03-01
Author: Graeme Diack ORCID iD [aut, cre]
Maintainer: Graeme Diack <graemediack at hotmail.com>
License: GPL-3
NeedsCompilation: no
Language: en-GB
Materials: README NEWS
CRAN checks: ISO11784Tools results

Documentation:

Reference manual: ISO11784Tools.pdf
Vignettes: ISO11784Tools

Downloads:

Package source: ISO11784Tools_1.1.4.tar.gz
Windows binaries: r-prerel: ISO11784Tools_1.1.4.zip, r-release: ISO11784Tools_1.1.4.zip, r-oldrel: ISO11784Tools_1.1.4.zip
macOS binaries: r-prerel (arm64): ISO11784Tools_1.1.4.tgz, r-release (arm64): ISO11784Tools_1.1.4.tgz, r-oldrel (arm64): ISO11784Tools_1.1.4.tgz, r-prerel (x86_64): ISO11784Tools_1.1.4.tgz, r-release (x86_64): ISO11784Tools_1.1.4.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ISO11784Tools to link to this page.