{
  "_id": "6a22a1becd65a98ecbd58ae8",
  "Package": "checkLuhn",
  "Type": "Package",
  "Title": "Checks if a Number is Valid Using the Luhn Algorithm",
  "Version": "1.1.0",
  "Authors@R": "c(\nperson(\"Adam\", \"Deacon\", email = \"adam@deaconsworld.org.uk\", role = c(\"aut\", \"cre\")),\nperson(\"Karina\", \"Marks\", email = \"kmarks@mango-solutions.com\", role = c(\"ctb\")),\nperson(\"Owen\", \"Jones\", email = \"olj23@bath.ac.uk\", role = c(\"ctb\"))\n)",
  "Description": "Confirms if the number is Luhn compliant. Can check if\ncredit card, IMEI number or any other Luhn based number is\ncorrect. For more info see:\n<https://en.wikipedia.org/wiki/Luhn_algorithm>.",
  "URL": "https://github.com/adamjdeacon/checkLuhn",
  "BugReports": "https://github.com/adamjdeacon/checkLuhn/issues",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "6.1.0",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://adamjdeacon.r-universe.dev",
  "Date/Publication": "2024-02-13 15:42:37 UTC",
  "RemoteUrl": "https://github.com/adamjdeacon/checkluhn",
  "RemoteRef": "HEAD",
  "RemoteSha": "801c6c5b33c0bf8d4021f347710e88e656099e00",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 10:11:19 UTC",
    "User": "root"
  },
  "Author": "Adam Deacon [aut, cre],\nKarina Marks [ctb],\nOwen Jones [ctb]",
  "Maintainer": "Adam Deacon <adam@deaconsworld.org.uk>",
  "MD5sum": "d1508aa70eec39cacf027551746bf31e",
  "_user": "adamjdeacon",
  "_type": "src",
  "_file": "checkLuhn_1.1.0.tar.gz",
  "_fileid": "929e2562153e9f4d8b1a14b309a408c72bce4e991a2ba3c577f6c02e4a37a56b",
  "_filesize": 102742,
  "_sha256": "929e2562153e9f4d8b1a14b309a408c72bce4e991a2ba3c577f6c02e4a37a56b",
  "_created": "2026-06-05T10:11:19.000Z",
  "_published": "2026-06-05T10:15:26.206Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79707481741,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7434143434"
    },
    {
      "job": 79707481716,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7434143226"
    },
    {
      "job": 79707481720,
      "time": 171,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7434149619"
    },
    {
      "job": 79707481801,
      "time": 217,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7434157889"
    },
    {
      "job": 79707100267,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434107206"
    },
    {
      "job": 79707481749,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434136899"
    },
    {
      "job": 79707481740,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7434130843"
    },
    {
      "job": 79707481781,
      "time": 70,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7434128938"
    },
    {
      "job": 79707481836,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7434135665"
    }
  ],
  "_buildurl": "https://github.com/r-universe/adamjdeacon/actions/runs/27008812056",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/adamjdeacon/checkluhn",
  "_commit": {
    "id": "801c6c5b33c0bf8d4021f347710e88e656099e00",
    "author": "Adam Deacon <ad2139@cam.ac.uk>",
    "committer": "Adam Deacon <31730346+adamjdeacon@users.noreply.github.com>",
    "message": "Update workflow\n",
    "time": 1707838957
  },
  "_maintainer": {
    "name": "Adam Deacon",
    "email": "adam@deaconsworld.org.uk",
    "login": "adamjdeacon",
    "description": "",
    "uuid": 31730346
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.2",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "adamjdeacon",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "credit-card",
    "creditcard-validator",
    "luhn",
    "luhn-algorithm",
    "validation"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "adamjdeacon",
      "count": 39,
      "uuid": 31730346
    }
  ],
  "_userbio": {
    "uuid": 31730346,
    "type": "user",
    "name": "Adam Deacon"
  },
  "_downloads": {
    "count": 261,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/checkLuhn"
  },
  "_devurl": "https://github.com/adamjdeacon/checkluhn",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/checkLuhn.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/adamjdeacon/checkluhn",
  "_realowner": "adamjdeacon",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.2",
      "date": "2018-09-03"
    },
    {
      "version": "1.1.0",
      "date": "2018-09-24"
    }
  ],
  "_exports": [
    "checkLuhn",
    "issuer"
  ],
  "_datasets": [
    {
      "name": "bin_ranges",
      "title": "BIN ranges",
      "object": "bin_ranges",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "issuer",
        "start",
        "end",
        "active",
        "length"
      ],
      "rows": 48,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "checkLuhn-package",
      "title": "Functions and data for working with credit and debit cards",
      "topics": [
        "checkLuhn-package"
      ]
    },
    {
      "page": "bin_ranges",
      "title": "BIN ranges",
      "topics": [
        "bin_ranges"
      ]
    },
    {
      "page": "checkLuhn",
      "title": "Checks number is Luhn compliant",
      "topics": [
        "checkLuhn"
      ]
    },
    {
      "page": "issuer",
      "title": "issuer",
      "topics": [
        "issuer"
      ]
    }
  ],
  "_readme": "https://github.com/adamjdeacon/checkluhn/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3.8750612633917,
  "_indexed": true,
  "_nocasepkg": "checkluhn",
  "_universes": [
    "adamjdeacon"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-05T10:13:17.000Z",
      "distro": "noble",
      "commit": "801c6c5b33c0bf8d4021f347710e88e656099e00",
      "fileid": "7394f4e36ebf734bdc419367e3eaa4e0c1efabc3d143536b07869fcc31dd820f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/adamjdeacon/actions/runs/27008812056"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-05T10:13:16.000Z",
      "distro": "noble",
      "commit": "801c6c5b33c0bf8d4021f347710e88e656099e00",
      "fileid": "254b93fdf4f61da3245a2e4922cc527ef6ed2e7421c0b9ae7e6e911d9c613061",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/adamjdeacon/actions/runs/27008812056"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-05T10:13:37.000Z",
      "commit": "801c6c5b33c0bf8d4021f347710e88e656099e00",
      "fileid": "dff81d3074e71ca9c83e893b734c2a0f9deb392d0e8be5205535804172dc556f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/adamjdeacon/actions/runs/27008812056"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-05T10:14:00.000Z",
      "commit": "801c6c5b33c0bf8d4021f347710e88e656099e00",
      "fileid": "36a790721c3e53851bcfb20c9964623f493a6480af94f2910e16c7ead89101a8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/adamjdeacon/actions/runs/27008812056"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-05T10:13:09.000Z",
      "commit": "801c6c5b33c0bf8d4021f347710e88e656099e00",
      "fileid": "746c1d8bb3a6f5722adb120a1ffdce35682eff40670d574756432585f13b5a9e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/adamjdeacon/actions/runs/27008812056"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-05T10:12:27.000Z",
      "commit": "801c6c5b33c0bf8d4021f347710e88e656099e00",
      "fileid": "11bbadea74aaef4e2b9adede9f3288ca5002779676a45aea2905c8b5671c8d96",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/adamjdeacon/actions/runs/27008812056"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-05T10:12:19.000Z",
      "commit": "801c6c5b33c0bf8d4021f347710e88e656099e00",
      "fileid": "06564e974192136395926cfb262a8c8e960a2df09d13eb520658999261adbedc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/adamjdeacon/actions/runs/27008812056"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-05T10:12:47.000Z",
      "commit": "801c6c5b33c0bf8d4021f347710e88e656099e00",
      "fileid": "270fc5785e2a653837cb2f18e2af16f331f8182fcfe598b159870d4e2c413fc7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/adamjdeacon/actions/runs/27008812056"
    }
  ]
}