Type: Package Package: qrcode Title: Generate QRcodes with R Version: 0.3.0 Authors@R: c( person("Thierry", "Onkelinx", , "qrcode@muscardinus.be", role = c("aut", "cre"), comment = c("Author of the reimplemented functions", ORCID = "0000-0001-8804-4216")), person("Victor", "Teh", , "victorteh@gmail.com", role = "aut", comment = "Original author") ) Description: Create static QR codes in R. The content of the QR code is exactly what the user defines. We don't add a redirect URL, making it impossible for us to track the usage of the QR code. This allows to generate fast, free to use and privacy friendly QR codes. License: GPL-3 URL: https://thierryo.github.io/qrcode/, https://github.com/ThierryO/qrcode, https://doi.org/10.5281/zenodo.5040088 BugReports: https://github.com/ThierryO/qrcode/issues Depends: R (>= 4.2.0) Imports: assertthat, stats, utils Suggests: httr, jpeg, knitr, opencv, png, rsvg, testthat (>= 3.0.0) 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: 2026-07-03 08:31:08 UTC; root Author: Thierry Onkelinx [aut, cre] (Author of the reimplemented functions, ORCID: ), Victor Teh [aut] (Original author) Maintainer: Thierry Onkelinx