Displaying 20 results from an estimated 8000 matches similar to: "pgfSweave 1.1.1 Released"
2009 Dec 04
0
New Package: pgfSweave
At long last pgfSweave has finally made its way to CRAN.
The pgfSweave package is about speed and style of graphics. For speed,
the package provides capabilities for ?caching? graphics generated
with Sweave on top of the caching funcitonality of cacheSweave. For
style the pgfSweave package facilitates the integration of R graphics
with LaTeX reports through the tikzDevice package and eps2pgf
2009 Dec 04
0
New Package: pgfSweave
At long last pgfSweave has finally made its way to CRAN.
The pgfSweave package is about speed and style of graphics. For speed,
the package provides capabilities for ?caching? graphics generated
with Sweave on top of the caching funcitonality of cacheSweave. For
style the pgfSweave package facilitates the integration of R graphics
with LaTeX reports through the tikzDevice package and eps2pgf
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
2011 May 21
1
dealing with sweave.sty and pgfSweave
Hi,
I would appreciate some help with a very basic problem in using pgfSweave. That
is, dealing with the sweave.sty file. After some googling, I did the following :
(1) copied the sweave.sty file to my trial folder and (2) added the line??
\usepackage{Sweave}?? to the Rnw file. Are there more elegant ways of dealing
with this issue?
I have read something about letting Miktex know about the
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
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
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
2017 Oct 22
1
ggplot2 and tikzDevice : problems with accents
Hi all,
I can't fathom why the accented "?" in the following ggplot2 graph makes
R hangs when using tikzdevice,? whereas it works using simple pdf device.
######
library(tikzDevice)
library(ggplot2)
options(tikzDefaultEngine = "luatex")
tikzLualatexPackages =c(
? "\\usepackage{tikz}\n",
? "\\usepackage[active,
tightpage,psfixbb]{preview}\n",
?
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
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?
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:
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 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 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 Feb 15
2
Sweave doesn't hand on width of special characters of Computer Modern fonts to LaTeX
Hello R users,
Using R, Sweave and the cmsyase.afm font it is possible to write LaTeX
documents including R figures with text in the Computer Modern Fonts:
\documentclass{article}
\usepackage{Sweave}
\begin{document}
<<echo = false, results = hide>>=
CM <- Type1Font("CM",
c(file.path("C:/texlive/2009/texmf-dist/fonts/afm/public/cm-lgc",
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
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