forked from Sharpie/RTikZDevice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: tikzDevice
Type: Package
Title: A Device for R Graphics Output in PGF/TikZ Format
Version: 0.6.2
Date: 2011-04-14
Author: Charlie Sharpsteen and Cameron Bracken
Maintainer: The tikzDevice team <[email protected]>
URL: https://github.com/Sharpie/RTikZDevice
BugReports: https://github.com/Sharpie/RTikZDevice/issues
Description: The TikZ device enables LaTeX-ready output from R graphics
functions. This is done by producing code that can be understood by
the TikZ graphics language. All text in a graphic output with the
tikz() function will can be typeset by LaTeX and therefore will match
whatever fonts are currently used in the document. This also means
that LaTeX mathematics can be typeset directly into labels and
annotations! Graphics produced this way can also be annotated with
custom TikZ commands.
License: GPL (>= 3)
Depends: R (>= 2.11.0), filehash
Suggests: testthat (>= 0.4), evaluate, stringr, ggplot2
SystemRequirements: pgf (>= 2.00)
LazyLoad: yes