{
  "_id": "6a200960b401979e734470eb",
  "Type": "Package",
  "Package": "qrcode",
  "Title": "Generate QRcodes with R",
  "Version": "0.3.0",
  "Authors@R": "c(\nperson(\"Thierry\", \"Onkelinx\", , \"qrcode@muscardinus.be\", role = c(\"aut\", \"cre\"),\ncomment = c(\"Author of the reimplemented functions\", ORCID = \"0000-0001-8804-4216\")),\nperson(\"Victor\", \"Teh\", , \"victorteh@gmail.com\", role = \"aut\",\ncomment = \"Original author\")\n)",
  "Description": "Create static QR codes in R. The content of the QR code is\nexactly what the user defines. We don't add a redirect URL,\nmaking it impossible for us to track the usage of the QR code.\nThis allows to generate fast, free to use and privacy friendly\nQR codes.",
  "License": "GPL-3",
  "URL": "https://thierryo.github.io/qrcode/,\nhttps://github.com/ThierryO/qrcode,\nhttps://doi.org/10.5281/zenodo.5040088",
  "BugReports": "https://github.com/ThierryO/qrcode/issues",
  "Config/checklist/keywords": "two-dimensional barcode; matrix barcode",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Repository": "https://thierryo.r-universe.dev",
  "Date/Publication": "2024-09-29 18:49:31 UTC",
  "RemoteUrl": "https://github.com/ThierryO/qrcode",
  "RemoteRef": "HEAD",
  "RemoteSha": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 10:57:57 UTC",
    "User": "root"
  },
  "Author": "Thierry Onkelinx [aut, cre] (Author of the reimplemented functions,\nORCID: <https://orcid.org/0000-0001-8804-4216>),\nVictor Teh [aut] (Original author)",
  "Maintainer": "Thierry Onkelinx <qrcode@muscardinus.be>",
  "MD5sum": "5493133baa440e1b87ad3302d2214dc9",
  "_user": "thierryo",
  "_type": "src",
  "_file": "qrcode_0.3.0.tar.gz",
  "_fileid": "03b68c462aa65948d3328a5f6e5898e62caa0731e9ffffe6d790a66413fc1d0a",
  "_filesize": 174226,
  "_sha256": "03b68c462aa65948d3328a5f6e5898e62caa0731e9ffffe6d790a66413fc1d0a",
  "_created": "2026-06-03T10:57:57.000Z",
  "_published": "2026-06-03T11:00:48.934Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79278452219,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382711003"
    },
    {
      "job": 79278452138,
      "time": 106,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382704851"
    },
    {
      "job": 79278452107,
      "time": 74,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382693878"
    },
    {
      "job": 79278452253,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382697697"
    },
    {
      "job": 79278033663,
      "time": 155,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382668368"
    },
    {
      "job": 79278452131,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382700400"
    },
    {
      "job": 79278452166,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382700921"
    },
    {
      "job": 79278452125,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382695051"
    },
    {
      "job": 79278452256,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382695665"
    }
  ],
  "_buildurl": "https://github.com/r-universe/thierryo/actions/runs/26880206050",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ThierryO/qrcode",
  "_commit": {
    "id": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
    "author": "Thierry Onkelinx <thierry.onkelinx@inbo.be>",
    "committer": "Thierry Onkelinx <ThierryO@users.noreply.github.com>",
    "message": "add unit tests\n",
    "time": 1727635771
  },
  "_maintainer": {
    "name": "Thierry Onkelinx",
    "email": "qrcode@muscardinus.be",
    "orcid": "0000-0001-8804-4216"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Suggests"
    },
    {
      "package": "jpeg",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "opencv",
      "role": "Suggests"
    },
    {
      "package": "png",
      "role": "Suggests"
    },
    {
      "package": "rsvg",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "thierryo",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "qrcode",
    "qrcode-generator",
    "r-project"
  ],
  "_stars": 51,
  "_contributors": [
    {
      "user": "thierryo",
      "count": 130,
      "uuid": 446636
    },
    {
      "user": "victorteh",
      "count": 8,
      "uuid": 13746015
    }
  ],
  "_userbio": {
    "uuid": 446636,
    "type": "user",
    "name": "Thierry Onkelinx"
  },
  "_downloads": {
    "count": 1718,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/qrcode"
  },
  "_devurl": "https://github.com/thierryo/qrcode",
  "_pkgdown": "https://thierryo.github.io/qrcode/",
  "_searchresults": 548,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/qrcode.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/thierryo/qrcode",
  "_realowner": "thierryo",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2015-08-23"
    },
    {
      "version": "0.1.3",
      "date": "2021-07-02"
    },
    {
      "version": "0.1.4",
      "date": "2021-10-13"
    },
    {
      "version": "0.2.0",
      "date": "2022-11-19"
    },
    {
      "version": "0.2.1",
      "date": "2022-12-18"
    },
    {
      "version": "0.2.2",
      "date": "2023-11-11"
    },
    {
      "version": "0.3.0",
      "date": "2024-09-29"
    }
  ],
  "_exports": [
    "add_logo",
    "bits",
    "bits2int",
    "coordinates",
    "generate_svg",
    "int2bits",
    "qr_code",
    "qr_encode",
    "qr_error",
    "qr_event",
    "qr_location",
    "qr_matrix",
    "qr_mode",
    "qr_sepa",
    "qr_vcard",
    "qr_version",
    "qr_wifi"
  ],
  "_help": [
    {
      "page": "add_logo",
      "title": "Add a logo to a QR code",
      "topics": [
        "add_logo"
      ]
    },
    {
      "page": "as.character.bits",
      "title": "Convert a bits object into a character string",
      "concept": [
        "bits"
      ],
      "topics": [
        "as.character.bits"
      ]
    },
    {
      "page": "bits",
      "title": "Create a bits object",
      "concept": [
        "bits"
      ],
      "topics": [
        "bits"
      ]
    },
    {
      "page": "bits2int",
      "title": "Convert a bits object to an integer and vice versa",
      "concept": [
        "bits"
      ],
      "topics": [
        "bits2int",
        "int2bits"
      ]
    },
    {
      "page": "c.bits",
      "title": "Combine bits",
      "concept": [
        "bits"
      ],
      "topics": [
        "c.bits"
      ]
    },
    {
      "page": "coordinates",
      "title": "Extract coordinates from a QR code object.",
      "concept": [
        "qr"
      ],
      "topics": [
        "coordinates"
      ]
    },
    {
      "page": "generate_svg",
      "title": "Generate the QR code as an svg file",
      "concept": [
        "qr"
      ],
      "topics": [
        "generate_svg",
        "generate_svg.default",
        "generate_svg.qr_code",
        "generate_svg.qr_logo",
        "generate_svg.qr_wifi"
      ]
    },
    {
      "page": "plot.qr_code",
      "title": "Plot the QR code This function plots to QR code to the open device.",
      "concept": [
        "qr"
      ],
      "topics": [
        "plot.qr_code",
        "plot.qr_logo"
      ]
    },
    {
      "page": "print.bits",
      "title": "Print a bits vector Display the logical vector as a bit string where 'FALSE' is shown as '0' and 'TRUE' as '1'.",
      "concept": [
        "bits"
      ],
      "topics": [
        "print.bits"
      ]
    },
    {
      "page": "print.qr_code",
      "title": "Print the qr_code object",
      "concept": [
        "qr"
      ],
      "topics": [
        "print.qr_code"
      ]
    },
    {
      "page": "qr_code",
      "title": "Generate the QR code",
      "concept": [
        "qr"
      ],
      "topics": [
        "qr_code"
      ]
    },
    {
      "page": "qr_encode",
      "title": "Create the bit encoding",
      "concept": [
        "internal"
      ],
      "topics": [
        "qr_encode"
      ]
    },
    {
      "page": "qr_error",
      "title": "Create the message and error code bit string",
      "concept": [
        "internal"
      ],
      "topics": [
        "qr_error"
      ]
    },
    {
      "page": "qr_event",
      "title": "Generate a QR code for an event",
      "concept": [
        "qr"
      ],
      "topics": [
        "qr_event"
      ]
    },
    {
      "page": "qr_location",
      "title": "Create a QR code for a location",
      "concept": [
        "qr"
      ],
      "topics": [
        "qr_location"
      ]
    },
    {
      "page": "qr_matrix",
      "title": "Prepare matrices with default patterns and unmasked data A list with a matrix containing the default patterns (finder pattern, timing pattern, separators, alignment pattern and dark module), the unmask data pattern and the version.",
      "concept": [
        "internal"
      ],
      "topics": [
        "qr_matrix"
      ]
    },
    {
      "page": "qr_mode",
      "title": "Determine the required mode",
      "concept": [
        "internal"
      ],
      "topics": [
        "qr_mode"
      ]
    },
    {
      "page": "qr_sepa",
      "title": "Generate a QR code for a SEPA payment",
      "concept": [
        "qr"
      ],
      "topics": [
        "qr_sepa"
      ]
    },
    {
      "page": "qr_vcard",
      "title": "Create a QR code for a vCard",
      "topics": [
        "qr_vcard"
      ]
    },
    {
      "page": "qr_version",
      "title": "Determine the required version Returns a list with the version, error correction level and mode. The bit string encodes mode and the length of the input string.",
      "concept": [
        "internal"
      ],
      "topics": [
        "qr_version"
      ]
    },
    {
      "page": "qr_wifi",
      "title": "Generate QR code with wifi login information",
      "concept": [
        "qr"
      ],
      "topics": [
        "qr_wifi"
      ]
    }
  ],
  "_pkglogo": "https://github.com/ThierryO/qrcode/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/ThierryO/qrcode/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat"
  ],
  "_score": 7.7025631931474665,
  "_indexed": true,
  "_nocasepkg": "qrcode",
  "_universes": [
    "thierryo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-06-03T10:59:56.000Z",
      "distro": "noble",
      "commit": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
      "fileid": "f2734fdfec01e05f461b8cf25e827fb2c9833d736b8353bc4dae57c4f83f00a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/26880206050"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-06-03T10:59:39.000Z",
      "distro": "noble",
      "commit": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
      "fileid": "98195e376c95e3e56e0838dfcc0f88aec5f647f2893776796e10eb246435f0d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/26880206050"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-06-03T10:59:13.000Z",
      "commit": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
      "fileid": "3026c21e84cd1aa7bc27c80c0b618ce8dce5a8f445c39ae779fab692d4ac5889",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/26880206050"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-06-03T10:59:22.000Z",
      "commit": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
      "fileid": "35d559e6a29902bd5f37d181f90db278e6c5fbce2ce7e12406005dfb462fd328",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/26880206050"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-06-03T10:59:45.000Z",
      "commit": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
      "fileid": "6a41ffd9505e47cbd9b6fad9d310f60056ab65cbc0333f1a59c005ff99f4751e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/26880206050"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-06-03T10:59:12.000Z",
      "commit": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
      "fileid": "c925abe93f017ea2a8e487ce4df097cc1ea62dadf743fbaf370dc2ea04c46e04",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/26880206050"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-06-03T10:59:00.000Z",
      "commit": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
      "fileid": "270bc24c845fa401d3e08583fe391d9868554c7f86d98f93367aa8d405320917",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/26880206050"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-06-03T10:59:06.000Z",
      "commit": "713f72e3b21ffa7c91f7faad5afb4e9d9a0b65d9",
      "fileid": "7646bb6599075177d67d2fb4a5526f2120201e31cfe4640679491bbd498472d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/26880206050"
    }
  ]
}