Package: CheckDigit 1.0.0
CheckDigit: Calculate and Verify Check Digits
Check digits are used like file hashes to verify that a number has been transcribed accurately. The functions provided by this package help to calculate and verify check digits according to various algorithms.
Authors:
CheckDigit_1.0.0.tar.gz
CheckDigit_1.0.0.zip(r-4.7)CheckDigit_1.0.0.zip(r-4.6)CheckDigit_1.0.0.zip(r-4.5)
CheckDigit_1.0.0.tgz(r-4.6-any)CheckDigit_1.0.0.tgz(r-4.5-any)
CheckDigit_1.0.0.tar.gz(r-4.7-any)CheckDigit_1.0.0.tar.gz(r-4.6-any)
CheckDigit_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
CheckDigit/json (API)
NEWS
| # Install 'CheckDigit' in R: |
| install.packages('CheckDigit', repos = c('https://fascinatingfingers.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://gitlab.com/fascinatingfingers/checkdigit
Pkgdown/docs site:https://fascinatingfingers.gitlab.io
Last updated from:a448aa55a7. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 91 | ||
| source / vignettes | OK | 139 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 139 | ||
| macos-oldrel-arm64 | OK | 121 | ||
| windows-devel | OK | 67 | ||
| windows-release | OK | 67 | ||
| windows-oldrel | OK | 71 | ||
| wasm-release | OK | 85 |
Exports:AppendCheckDigitVerifyCheckDigit
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Append a check digit to a value | AppendCheckDigit |
| Verhoeff algorithm implementation | AppendCheckDigit.Verhoeff verhoeff VerifyCheckDigit.Verhoeff |
| Verify whether a value ends with a valid check digit | VerifyCheckDigit |
