checkLuhn: Checks if a Number is Valid Using the Luhn Algorithm (original) (raw)
Confirms if the number is Luhn compliant. Can check if credit card, IMEI number or any other Luhn based number is correct. For more info see: <https://en.wikipedia.org/wiki/Luhn_algorithm>.
| Version: | 1.1.0 |
|---|---|
| Depends: | R (≥ 3.1.2) |
| Imports: | utils, dplyr, stringr |
| Suggests: | testthat |
| Published: | 2018-09-24 |
| DOI: | 10.32614/CRAN.package.checkLuhn |
| Author: | Adam Deacon [aut, cre], Karina Marks [ctb], Owen Jones [ctb] |
| Maintainer: | Adam Deacon |
| BugReports: | https://github.com/adamjdeacon/checkLuhn/issues |
| License: | GPL-2 |
| URL: | https://github.com/adamjdeacon/checkLuhn |
| NeedsCompilation: | no |
| Materials: | README, NEWS |
| CRAN checks: | checkLuhn results |
Documentation:
| Reference manual: | checkLuhn.html , <checkLuhn.pdf> |
|---|
Downloads:
| Package source: | checkLuhn_1.1.0.tar.gz |
|---|---|
| Windows binaries: | r-devel: checkLuhn_1.1.0.zip, r-release: checkLuhn_1.1.0.zip, r-oldrel: checkLuhn_1.1.0.zip |
| macOS binaries: | r-release (arm64): checkLuhn_1.1.0.tgz, r-oldrel (arm64): checkLuhn_1.1.0.tgz, r-release (x86_64): checkLuhn_1.1.0.tgz, r-oldrel (x86_64): checkLuhn_1.1.0.tgz |
| Old sources: | checkLuhn archive |
Reverse dependencies:
| Reverse imports: | npi |
|---|
Linking:
Please use the canonical formhttps://CRAN.R-project.org/package=checkLuhnto link to this page.