Package: qrencoder
Title: Quick Response Code (QR Code) / Matrix Barcode Creator
Version: 0.1.0
Authors@R: c(
    person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
    person("Kentaro", "Fukuchi", role=("ctb"), comment="libqrencoder")
  )
Maintainer: Bob Rudis <bob@rud.is>
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
LazyData: true
Suggests: testthat
LinkingTo: Rcpp
Imports: Rcpp, base64enc, png
URL: http://github.com/hrbrmstr/qrencoder
BugReports: https://github.com/hrbrmstr/qrencoder/issues
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-09-15 22:05:22 UTC; bob
Author: Bob Rudis [aut, cre],
  Kentaro Fukuchi [ctb] (libqrencoder)
Repository: CRAN
Date/Publication: 2016-09-16 01:50:10
Built: R 4.2.0; aarch64-apple-darwin20; 2022-03-22 10:27:29 UTC; unix
Archs: qrencoder.so.dSYM
