Last data update: 2014.03.03

tikzDevice

Encoding: UTF-8
Package: tikzDevice
Type: Package
Title: R Graphics Output in LaTeX Format
Version: 0.10-1
Date: 2016-02-09
Authors@R: c( person("Charlie", "Sharpsteen", role = "aut"),
person("Cameron", "Bracken", role = "aut"), person("Kirill",
"Müller", role = c("ctb", "cre"), email =
"krlmlr+r@mailbox.org"), person("Yihui", "Xie", role = "ctb") )
URL: https://github.com/yihui/tikzDevice
BugReports: https://github.com/yihui/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: testthat (>= 0.8.1), evaluate, stringr, ggplot2, maps, knitr,
crayon
SystemRequirements: pgf (>= 2.00)
LazyLoad: yes
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-02-09 20:31:26 UTC; muelleki
Author: Charlie Sharpsteen [aut],
Cameron Bracken [aut],
Kirill Müller [ctb, cre],
Yihui Xie [ctb]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2016-02-10 09:11:31

● Cran Task View: ReproducibleResearch
● 0 images, 9 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tikzDevice' ...
** package 'tikzDevice' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c tikzDevice.c -o tikzDevice.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tikzDevice.so tikzDevice.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tikzDevice/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tikzDevice'
    finding HTML links ... done
    anyMultibyteUTF8Characters              html  
    getLatexStrWidth                        html  
    gridToDevice                            html  
    sanitizeTexString                       html  
    setTikzDefaults                         html  
    tikz                                    html  
    tikzAnnotate                            html  
    tikzCompilerInfo                        html  
    tikzDevice-package                      html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (tikzDevice)
Making 'packages.html' ... done