{
  "_id": "6a1ef1b8b401979e73413980",
  "Package": "convertBCD",
  "Type": "Package",
  "Title": "Convert Decimal to Binary-Coded Decimal (BCD) Form and Vice\nVersa",
  "Version": "1.0",
  "Date": "2024-06-24",
  "Authors@R": "c(person(given = \"Carl\", family = \"Witthoft\", role = c(\"aut\",\"cre\"), email= \"cellocgw@gmail.com\"))",
  "Description": "Convert BCD (raw bytes) to decimal numbers and vice versa.\nBCD format is used to preserve decimals exactly, as opposed to\nthe binary rounding errors inherent in \"numeric\" or\n\"floating-point\" formats.",
  "License": "LGPL-3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 07:58:58 UTC",
    "User": "root"
  },
  "Author": "Carl Witthoft [aut, cre]",
  "Maintainer": "Carl Witthoft <cellocgw@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2024-06-29 02:42:09 UTC",
  "RemoteUrl": "https://github.com/cran/convertBCD",
  "RemoteRef": "HEAD",
  "RemoteSha": "5db65e0aa4036ea2b9f2afd5f08ee3532f71047a",
  "MD5sum": "1b56c2ef4f3413413ac61637e8ea2c8a",
  "_user": "cran",
  "_type": "src",
  "_file": "convertBCD_1.0.tar.gz",
  "_fileid": "cf88093b254f84c7477d0bc245c8dc67f505f628b06ec301044873573f3c702a",
  "_filesize": 95824,
  "_sha256": "cf88093b254f84c7477d0bc245c8dc67f505f628b06ec301044873573f3c702a",
  "_created": "2026-05-19T07:58:58.000Z",
  "_published": "2026-06-02T15:07:36.698Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79103562635,
      "time": 110,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7077963172"
    },
    {
      "job": 79103562645,
      "time": 107,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7077962947"
    },
    {
      "job": 79103562001,
      "time": 213,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7077929909"
    },
    {
      "job": 79103562355,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361676462"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26084068665",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/convertBCD",
  "_commit": {
    "id": "5db65e0aa4036ea2b9f2afd5f08ee3532f71047a",
    "author": "Carl Witthoft <cellocgw@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0\n",
    "time": 1719628929
  },
  "_maintainer": {
    "name": "Carl Witthoft",
    "email": "cellocgw@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rmpfr",
      "role": "Imports"
    },
    {
      "package": "gmp",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 187,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/convertBCD"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/convertBCD.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2024-06-28"
    }
  ],
  "_exports": [
    "bcd2dec",
    "dec2bcd"
  ],
  "_help": [
    {
      "page": "convertBCD-package",
      "title": "Convert Decimal to Binary-Coded Decimal (BCD) Form and Vice Versa",
      "topics": [
        "convertBCD-package",
        "convertBCD"
      ]
    },
    {
      "page": "bcd2dec",
      "title": "Function to convert binary-coded decimal (BCD) data to decimal form. ~~",
      "topics": [
        "bcd2dec"
      ]
    },
    {
      "page": "dec2bcd",
      "title": "Convert decimal numbers to binary-coded decimal (BCD) form.  ~~ ~~",
      "topics": [
        "dec2bcd"
      ]
    }
  ],
  "_rundeps": [
    "gmp",
    "Rmpfr"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "convertbcd",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-19T08:00:50.000Z",
      "distro": "noble",
      "commit": "5db65e0aa4036ea2b9f2afd5f08ee3532f71047a",
      "fileid": "59d9869ccf5b49ed36d9fe6c3103a0cae683d68770f813a080628d4d4600badc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26084068665"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-19T08:00:48.000Z",
      "distro": "noble",
      "commit": "5db65e0aa4036ea2b9f2afd5f08ee3532f71047a",
      "fileid": "45f57d06bb513e919675cac418b8db8d845c484ab304b4e9b2c180c8e8abca9f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26084068665"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-06-02T15:07:15.000Z",
      "commit": "5db65e0aa4036ea2b9f2afd5f08ee3532f71047a",
      "fileid": "98d2972537694c59645548f5eaa1f92a9628bb94b8b83ba6ca128948ecac00e1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26084068665"
    }
  ]
}