checkLuhn: Checks if a Number is Valid Using the Luhn Algorithm

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
Author: Adam Deacon [aut, cre], Karina Marks [ctb], Owen Jones [ctb]
Maintainer: Adam Deacon <adam at deaconsworld.org.uk>
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.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
Old sources: checkLuhn archive

Reverse dependencies:

Reverse imports: npi

Linking:

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