{
  "_id": "6a5737b1ff0138dec5d6f443",
  "Package": "verhoeff",
  "Type": "Package",
  "Title": "Implementation of the 'Verhoeff' Check Digit Algorithm",
  "Version": "0.4.0.9000",
  "Author": "Conor Neilson",
  "Maintainer": "Conor Neilson <condwanaland@gmail.com>",
  "Description": "An implementation of the 'Verhoeff' algorithm for\ncalculating check digits (Verhoeff, J. (1969)\n<doi:10.1002/zamm.19710510323>). Functions are provided to\ncalculate a check digit given an input number, calculate and\nappend a check digit to an input number, and validate that a\ncheck digit is correct given an input number.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "Repository": "https://condwanaland.r-universe.dev",
  "Date/Publication": "2021-08-29 04:14:50 UTC",
  "RemoteUrl": "https://github.com/condwanaland/verhoeff",
  "RemoteRef": "HEAD",
  "RemoteSha": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-15 07:29:49 UTC",
    "User": "root"
  },
  "_user": "condwanaland",
  "_type": "src",
  "_file": "verhoeff_0.4.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/2b085da83502a93aeddff317766495fb7c8dbfd5b73c68690f715f2a529dc368",
  "_filesize": 83940,
  "_sha256": "2b085da83502a93aeddff317766495fb7c8dbfd5b73c68690f715f2a529dc368",
  "_expires": "2026-10-23T07:33:03.000Z",
  "_created": "2026-07-15T07:29:49.000Z",
  "_published": "2026-07-15T07:33:05.009Z",
  "_jobs": [
    {
      "job": 87294375398,
      "time": 160,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8335771484"
    },
    {
      "job": 87294375383,
      "time": 165,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8335773130"
    },
    {
      "job": 87294375370,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8335752143"
    },
    {
      "job": 87294375430,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8335760968"
    },
    {
      "job": 87293943448,
      "time": 152,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8335713634"
    },
    {
      "job": 87294375373,
      "time": 87,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8335745987"
    },
    {
      "job": 87294375403,
      "time": 60,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8335736424"
    },
    {
      "job": 87294375399,
      "time": 59,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8335735458"
    },
    {
      "job": 87294375397,
      "time": 66,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8335737927"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/condwanaland/actions/runs/29397391392",
  "_status": "success",
  "_upstream": "https://github.com/condwanaland/verhoeff",
  "_commit": {
    "id": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
    "author": "Conor Neilson <condwanaland@gmail.com>",
    "committer": "Conor Neilson <condwanaland@gmail.com>",
    "message": "pkgdown\n",
    "time": 1630210490
  },
  "_maintainer": {
    "name": "Conor Neilson",
    "email": "condwanaland@gmail.com",
    "login": "condwanaland",
    "description": "",
    "uuid": 23396385
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    }
  ],
  "_owner": "condwanaland",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "condwanaland",
      "count": 27,
      "uuid": 23396385
    }
  ],
  "_userbio": {
    "uuid": 23396385,
    "type": "user",
    "name": "Conor Neilson",
    "followers": 11
  },
  "_downloads": {
    "count": 208,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/verhoeff"
  },
  "_devurl": "https://github.com/condwanaland/verhoeff",
  "_searchresults": 4,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/verhoeff.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/condwanaland/verhoeff",
  "_realowner": "condwanaland",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.4.0",
      "date": "2021-01-26"
    }
  ],
  "_exports": [
    "calculate_digit",
    "create_verhoeff_matrices",
    "prepare_number",
    "verhoeff_append",
    "verhoeff_calculate",
    "verhoeff_validate"
  ],
  "_help": [
    {
      "page": "calculate_digit",
      "title": "calculate_digit",
      "topics": [
        "calculate_digit"
      ]
    },
    {
      "page": "prepare_number",
      "title": "prepare_number",
      "topics": [
        "prepare_number"
      ]
    },
    {
      "page": "verhoeff_append",
      "title": "verhoeff_append",
      "topics": [
        "verhoeff_append"
      ]
    },
    {
      "page": "verhoeff_calculate",
      "title": "verhoeff_calculate",
      "topics": [
        "verhoeff_calculate"
      ]
    },
    {
      "page": "verhoeff_validate",
      "title": "verhoeff_validate",
      "topics": [
        "verhoeff_validate"
      ]
    }
  ],
  "_readme": "https://github.com/condwanaland/verhoeff/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "verhoeff",
  "_universes": [
    "condwanaland"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0.9000",
      "date": "2026-07-15T07:32:33.000Z",
      "distro": "resolute",
      "commit": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
      "fileid": "https://r2.ropensci.org/956f20680d7ddbe64866de28acd706b80a29e80f6d4fda162a8c0c14815e5d69",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/condwanaland/actions/runs/29397391392"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.4.0.9000",
      "date": "2026-07-15T07:32:36.000Z",
      "distro": "resolute",
      "commit": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
      "fileid": "https://r2.ropensci.org/aa4b9b78cfae6d0ea195b0791eb9ee85d41ebbeb098eb539529a9a4076d7bc60",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/condwanaland/actions/runs/29397391392"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0.9000",
      "date": "2026-07-15T07:31:39.000Z",
      "commit": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
      "fileid": "https://r2.ropensci.org/695169cec0810b647a83a0e685ad79d261eff68f85fd1289f1a280bf004ed4bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/condwanaland/actions/runs/29397391392"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.4.0.9000",
      "date": "2026-07-15T07:31:58.000Z",
      "commit": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
      "fileid": "https://r2.ropensci.org/9f4103bdc1578c33365d0627be054a19f8d44119c9b840f62b5cec14a39f8049",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/condwanaland/actions/runs/29397391392"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0.9000",
      "date": "2026-07-15T07:31:28.000Z",
      "commit": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
      "fileid": "https://r2.ropensci.org/175d06f71ea294c25438a7cb22b32896184e9b03c7d2c2db662e91fe1aa3644b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/condwanaland/actions/runs/29397391392"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0.9000",
      "date": "2026-07-15T07:30:51.000Z",
      "commit": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
      "fileid": "https://r2.ropensci.org/616c06df9ce029e385178d16c3da2d8e1dc26d8cb56c46bff0643313f18da536",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/condwanaland/actions/runs/29397391392"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0.9000",
      "date": "2026-07-15T07:30:48.000Z",
      "commit": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
      "fileid": "https://r2.ropensci.org/f27912b476bfd834a91b1a84b3ae3af77963b456dc472b709d6cee890c608838",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/condwanaland/actions/runs/29397391392"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.4.0.9000",
      "date": "2026-07-15T07:30:53.000Z",
      "commit": "bf6658d4e48d1a224a9f766522bfbc670e3e5b7b",
      "fileid": "https://r2.ropensci.org/c0efc7e556759232d8784521b98e4252d9734e000389513f1c2fd3499ca44d39",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/condwanaland/actions/runs/29397391392"
    }
  ]
}