-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 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
40
41
42
43
44
45
Package: ggtrack
Title: Build tracking banners using QR codes for addition to plots and reports
Version: 0.1.3
Authors@R:
person(given = "Matt",
family = "Johnson",
role = c("aut", "cre"),
email = "[email protected]")
Description: Sometimes in a workplace it is hard to know exactly where or when a
specific chart has been produced. This is especially true when someone has copied
a chart out of a report to use somewhere else. The `ggtrack` package aims to
solve this problem by embedding enough metadata in the charts image to identify
the source and the exact time it was produced.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Date: 2021-07-04
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
BugReports: https://github.com/mrjoh3/ggtrack/issues
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Remotes:
hrbrmstr/qrencoder,
richfitz/stegasaur
Imports:
grid,
ggplot2,
RCurl,
gridExtra,
jpeg,
png,
rsvg,
magick,
gridtext,
qrencoder,
magrittr,
glue,
htmltools,
stegasaur
URL: https://mrjoh3.github.io/ggtrack
Depends:
R (>= 2.10)