-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
39 lines (39 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Type: Package
Package: qrcode
Title: Generate QRcodes with R
Version: 0.3.0
Authors@R: c(
person("Thierry", "Onkelinx", , "[email protected]", role = c("aut", "cre"),
comment = c("Author of the reimplemented functions", ORCID = "0000-0001-8804-4216")),
person("Victor", "Teh", , "[email protected]", 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.1.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