Package: qrencoder Title: Quick Response Code (QR Code) / Matrix Barcode Creator Version: 0.2.1 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")), person("Kentaro", "Fukuchi", role=("ctb"), comment="libqrencoder") ) Maintainer: Bob Rudis Description: Quick Response codes (QR codes) are a type of matrix bar code and can be used to authenticate transactions, provide access to multi-factor authentication services and enable general data transfer in an image. QR codes use four standardized encoding modes (numeric, alphanumeric, byte/binary, and kanji) to efficiently store data. Matrix barcode generation is performed efficiently in C via the included 'libqrencoder' library created by Kentaro Fukuchi. Depends: R (>= 3.1.0), raster License: GPL-2 Suggests: testthat LinkingTo: Rcpp Imports: Rcpp, base64enc, png URL: http://github.com/hrbrmstr/qrencoder BugReports: https://github.com/hrbrmstr/qrencoder/issues RoxygenNote: 6.0.1.9000 Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libpng-dev libproj-dev libsqlite3-dev Repository: https://hrbrmstr.r-universe.dev Date/Publication: 2018-11-11 18:15:58 UTC RemoteUrl: https://github.com/hrbrmstr/qrencoder RemoteRef: HEAD RemoteSha: 95701f7f0b597dc6c547210c9b632c02afc8dcd9 NeedsCompilation: yes Packaged: 2026-07-05 06:54:42 UTC; root Author: Bob Rudis [aut, cre] (ORCID: ), Kentaro Fukuchi [ctb] (libqrencoder)