Encoding: UTF-8 Package: tikzDevice Type: Package Title: R Graphics Output in LaTeX Format Version: 0.12.6 Authors@R: c( person("Charlie", "Sharpsteen", role = "aut"), person("Cameron", "Bracken", role = "aut"), person("Kirill", "Müller", role = c("ctb"), email = "krlmlr+r@mailbox.org"), person("Yihui", "Xie", role = "ctb"), person("Ralf", "Stubner", email = "ralf.stubner@gmail.com", role = "cre"), person("Nico", "Bellack", email = "nico.belack@daqana.com", role = "ctb") ) URL: https://daqana.github.io/tikzDevice/, https://github.com/daqana/tikzDevice BugReports: https://github.com/daqana/tikzDevice/issues Description: Provides a graphics output device for R that records plots in a LaTeX-friendly format. The device transforms plotting commands issued by R functions into LaTeX code blocks. When included in a LaTeX document, these blocks are interpreted with the help of 'TikZ'---a graphics package for TeX and friends written by Till Tantau. Using the 'tikzDevice', the text of R plots can contain LaTeX commands such as mathematical formula. The device also allows arbitrary LaTeX code to be inserted into the output stream. License: GPL (>= 2) Depends: R (>= 2.14.0) Imports: filehash (>= 2.3), png Suggests: evaluate, formatR, ggplot2, knitr, lattice, maps, scales, stringr, testthat (>= 0.8.1), withr, covr SystemRequirements: pgf (>= 2.00) LazyLoad: yes VignetteBuilder: knitr RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libpng-dev Repository: https://daqana.r-universe.dev Date/Publication: 2024-06-13 08:57:42 UTC RemoteUrl: https://github.com/daqana/tikzdevice RemoteRef: HEAD RemoteSha: c7a370e5802450a5cf1bfc0b96eb338af7bedf6a NeedsCompilation: yes Packaged: 2026-06-19 09:14:41 UTC; root Author: Charlie Sharpsteen [aut], Cameron Bracken [aut], Kirill Müller [ctb], Yihui Xie [ctb], Ralf Stubner [cre], Nico Bellack [ctb] Maintainer: Ralf Stubner