-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 804 Bytes
/
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
Package: ggtikz
Title: Post-Process 'ggplot2' Plots with 'TikZ' Code Using Plot Coordinates
Version: 0.1.3
Authors@R:
person(given = "Oliver",
family = "Thomas",
role = c("aut", "cre"),
email = "[email protected]")
Description: Annotation of 'ggplot2' plots with arbitrary 'TikZ' code, using absolute data or relative plot coordinates.
License: MIT + file LICENSE
URL: https://github.com/osthomas/ggtikz
BugReports: https://github.com/osthomas/ggtikz/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
ggplot2 (>= 3.5.0),
grid,
stringr,
tikzDevice
Suggests:
covr,
knitr,
magick,
rmarkdown,
testthat (>= 3.0.0),
tinytex
Config/testthat/edition: 3
VignetteBuilder: knitr