similar to: New Package: pgfSweave

Displaying 20 results from an estimated 1000 matches similar to: "New Package: pgfSweave"

2011 Oct 14
1
pgfSweave-example not compiling
I'm trying to get pgfSweave up and running. Hopefully I can get it working from within LyX, but first I'm just trying to get the simplest possible thing (compiling one of the example files in the pgfSweave package) to work. I'm using the example that comes in the pgfSweave package unmodified, but for reference I copied it to: http://pastebin.com/tW4RL6fs Configuration: R version
2010 Aug 07
0
several figures from one Sweave chunk? [solved]
(on-list) Hello Cameron On Fri, 6 Aug 2010 19:02:22 +0100 Liviu Andronic <landronimirc at gmail.com> wrote: > On Fri, 6 Aug 2010 11:30:59 -0600 > Cameron Bracken <cameron.bracken at gmail.com> wrote: > > There is no real good way to deal with this in Sweave. Sweave does > > not actually know anything about the graphics it is creating, all > > it knows it that a
2013 Apr 03
1
Alternativas a pgfSewave
Hola a todos: Con la entrada de R 3.0 en Debian Sid me acabo de llevar la sorpresa de que pgfSweave ya no esta mantenido [0]. He intentado compilarlo pero depende de otros paquetes que también se encuentran en el archivo: highlight y parser. En concreto este último falla al compilar (y ahí se acaba el intento). Estaba utilizando pgfSweave por la facilidad para incluir gráficos en Tikz -sin
2013 Jul 05
0
Alternativas a pgfSewave
Estimado Fermando Macedo Yo creo que hay una pregunta anterior ¿sabe escribir en latex? En lo que es Rstudio la ayuda es muy semejante, creo que es casi indistinto, pero para quien conoce latex el escribir tablas o referencias bibliográficas lo trae incorporado, o el uso de xtable dentro de R y Sweave. Estos dos aspectos yo no los comprendí en knitr. Hay algunos editores latex que leen y
2010 Aug 13
2
cacheSweave / pgfSweave driver for package vignette
Dear list, I wish to use a specific driver to process an sweave document in the inst/doc directory of a package. Specifically, I would like to use either cacheSweave or pgfSweave to speed up the creation of the vignette which requires lengthy computations. The same request would also apply to the highlight driver, to provide syntax highlighting of R chunks. In "writing R extensions" I
2010 Aug 13
2
cacheSweave / pgfSweave driver for package vignette
Dear list, I wish to use a specific driver to process an sweave document in the inst/doc directory of a package. Specifically, I would like to use either cacheSweave or pgfSweave to speed up the creation of the vignette which requires lengthy computations. The same request would also apply to the highlight driver, to provide syntax highlighting of R chunks. In "writing R extensions" I
2012 Feb 02
1
pgfSweave doesn't lazyload my objects
Hi all, I'm struggling a bit to get pgfSweave to lazyload objects when compiling a .Rnw file for a second time. Caching works fine except that for every run all objects get cached again and again. I've used cacheSweave which works fine; all cached objects from code-chunks with option cache = TRUE are lazy loaded. I've tried it on two machines ... I'm pretty sure I'm
2013 Jul 05
4
Alternativas a pgfSewave
Me interesa este tema. Estoy empezando ahora a ver el tema de armar documentos directamente con R y no estoy seguro en dónde me centro. Por lo que veo sweave y knitr son las dos grandes alternativas (de echo, no se siquiera si no son compatibles o complementarias). Para quien arranca en este tema y que pretende continuar sobre el mismo, que recomiendan, arrancar por sweave o por knitr?
2016 May 13
2
Latex y gráfico
Estimado Freddy Omar López Quintero Muchas gracias. Probé de su sugerencia el ejemplo 3.4, pero me falla, copio y pego todo el código junto al error > library(tikzDevice) tikz(?figs/simpleEx.tex?,width=3.5,height=3.5) plot(1,main=?Hello World!?) dev.off() Error: unexpected symbol in "library(tikzDevice) tikz" > Algo anda mal. Javier Rubén Marcuzzi De: Freddy Omar López
2013 Jul 06
2
Alternativas a pgfSewave
Gracias por la respuesta Javier. Pues en latex simplemente he practicado alguna vez, aunque vi que tiene sus cosas tampoco creo que sea algo extremadamente difícil. Y preferentemente la idea es obtener reportes en pdf más que nada u algún otro documento, pero principalmente pdf. Saludos Fernando El 05/07/13 17:58, Marcuzzi, Javier Rubén escribió: > Estimado Fermando Macedo > > Yo
2010 Dec 07
0
pgfSweave 1.1.1 Released
The next release of?pgfSweave?is now on CRAN! pgfSweave has seen some significant changes in the past couple of months. The main new features are: - Automatic code highlighting via the?highlight?package. This can be turned off with the new `highlight`?option. - "Tidying" of source code output via the?tidy?option. - Access to?tikzDevice?sanitization through a code chunk
2010 Dec 07
0
pgfSweave 1.1.1 Released
The next release of?pgfSweave?is now on CRAN! pgfSweave has seen some significant changes in the past couple of months. The main new features are: - Automatic code highlighting via the?highlight?package. This can be turned off with the new `highlight`?option. - "Tidying" of source code output via the?tidy?option. - Access to?tikzDevice?sanitization through a code chunk
2010 Feb 11
1
Sweve/cacheSweave
Hi there I have a problem with using Sweave in combination with the option driver = cacheSweave. Whichever code I try to run - when it comes to converting the tex file into pdf it comes up with the same errors (\csname \endcsname errors). Does anybody have an idea what it going wrong? > Sweave("pgfSweave-example.Rnw",driver = cacheSweaveDriver) Writing to file
2010 Aug 10
0
tikzDevice 0.5.0 released to CRAN
# tikzDevice --- ## Description The tikzDevice package new graphics device for R which enables direct output of graphics in a LaTeX-friendly way. Plotting commands issued by R functions are transformed into LaTeX code blocks. These blocks are interpreted with the help of TikZ-- a graphics library for TeX and friends written by Till Tantau. The tikzDevice supports three main modes of output:
2010 Aug 10
0
tikzDevice 0.5.0 released to CRAN
# tikzDevice --- ## Description The tikzDevice package new graphics device for R which enables direct output of graphics in a LaTeX-friendly way. Plotting commands issued by R functions are transformed into LaTeX code blocks. These blocks are interpreted with the help of TikZ-- a graphics library for TeX and friends written by Till Tantau. The tikzDevice supports three main modes of output:
2011 Sep 29
1
simplest pgfSweave example results in error
Hello, since 3 days now I try to get pgfSweave running using Eclipse + StatET. I created a super simple .Rnw file which can be viewed here: http://www.text-upload.com/read.php?id=147992&c=6441045 test.Rnw When I use sweave it works perfectly fine but when I use pgfSweave I get an error. The R output can be viewed here: http://www.text-upload.com/read.php?id=147995&c=3804886 R output
2010 Oct 15
0
Announcing TikZ Device 0.5.2
Version 0.5.2 of the tikzDevice is now available on CRAN in source form. Binary builds will become available in the next few days. This build supersedes 0.5.1, which was just released a couple of days ago. Version 0.5.2 is a recommended upgrade for all users as it contains fixes a major issue: - Two buffer overflow conditions were found which can cause R to behave extremely erratically if
2010 Oct 15
0
Announcing TikZ Device 0.5.2
Version 0.5.2 of the tikzDevice is now available on CRAN in source form. Binary builds will become available in the next few days. This build supersedes 0.5.1, which was just released a couple of days ago. Version 0.5.2 is a recommended upgrade for all users as it contains fixes a major issue: - Two buffer overflow conditions were found which can cause R to behave extremely erratically if
2011 Nov 18
0
tikzDevice 0.6.2
Version 0.6.2 of the tikzDevice was recently posted to CRAN and should be making its way to a local mirror. The tikzDevice package provides a graphics device that translates R graphics into TeX code suitable for inclusion in LaTeX documents. Version 0.6.2 is primarily a maintenance release that supports some new functionality in R 2.14.0. The latest version adds new functions that allow users to
2011 Nov 18
0
tikzDevice 0.6.2
Version 0.6.2 of the tikzDevice was recently posted to CRAN and should be making its way to a local mirror. The tikzDevice package provides a graphics device that translates R graphics into TeX code suitable for inclusion in LaTeX documents. Version 0.6.2 is primarily a maintenance release that supports some new functionality in R 2.14.0. The latest version adds new functions that allow users to