Package: checkLuhn
Type: Package
Title: Checks if a Number is Valid Using the Luhn Algorithm
Version: 1.0.2
Author: Adam Deacon <adam@deaconsworld.org.uk>
Maintainer: Adam Deacon <adam@deaconsworld.org.uk>
Description: 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>.
URL: https://github.com/adamjdeacon/checkLuhn
BugReports: https://github.com/adamjdeacon/checkLuhn/issues
Depends: R (>= 3.1.2)
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-08-30 07:28:28 UTC; adeacon
Repository: CRAN
Date/Publication: 2018-09-03 10:00:03 UTC
