Sweave is a system for combining S (or R) code with LaTeX in a single document.

learn more… | top users | synonyms

8
votes
1answer
488 views

EMACS folding/unfolding R code

Is there an Emacs minor-mode (or piece of elisp code) that lets you selectively hide/show environments while in Sweave (Sweave = R + LaTeX)? For instance, I would like to move to the beginning of a ...
5
votes
1answer
375 views

Set up Vim to work with R and Sweave in Windows

I have installed vim in windows and would like to configure it so i can send code to R. I want to also use Sweave with it. However, i have Googled and failed to find clear step-by-step instructions on ...
2
votes
1answer
103 views

Makefile dependencies with Sweave

I am trying to compile a Sweave document with a makefile, using data stored in another directory, assembled by a script in the current directory. The workflow goes something like this: datamaker.R ...
2
votes
1answer
404 views

Buffer-local variables with Emacs and Sweave

I'm using Emacs 23.1 with ESS 5.4 to edit an Sweave file. I'd like to turn off the default AUCTeX indentation behavior in the buffer (to avoid annoyances with code chunks contained in itemized ...
1
vote
1answer
24 views

How to Control Margin of R Plot in Sweave Using Eclipse with Yap (.dvi)?

I'm having an issue with TeXlipse where I'm generating a plot in Eclipse via Sweave, and the TeX file seems to be jamming all of my PDF plots in the left most corner of the page. This is driving me ...
1
vote
1answer
131 views

stargazer() for models with singularities

I try to create a table of regression results using the stargazer package. Unfortunately stargazerrefuses to create the table because of singularities. As these singularities come from overlapping ...
1
vote
1answer
383 views

R Sweave output error

I'm using RStudio v0.96.331 with pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian). I have a R project in the '/home/operacao/Myprojs/projName', which is my working directory. Now, if i create ...
0
votes
1answer
87 views

RStudio Sweave - Invalid value for encoding

So, despite my best efforts to get sweave working in RStudio, I cannot do it for the life of me. Trawling the webs, and even trying the answer to this question haven't helped. OK. I'm trying to ...
0
votes
1answer
220 views

Sweave: How to get blank lines as in the source?

How can I get a blank line before the second comment in the PDF file of the following .Rnw file? I tried to work with keep.source and strip.white, but I still don't get the blank line -- all the ...
0
votes
1answer
222 views

Is there a way to create dynamic documents using MS Word and SQL queries?

I'm writing a document using MS Word 2010. For this document (a written report) I would like to integrate SQL queries which fetch data from SQL Server database. Data in the database is changing all ...
2
votes
0answers
159 views

Sweave bugs (?): removes document options and inserts empty lines

Consider a file minimal.Rnw containing \documentclass[ paper=a4,% 210mm × 297mm pagesize% write page size to dvi ]{article} \usepackage[american]{babel} \usepackage{fancyvrb} \begin{document} ...
2
votes
0answers
80 views

Modify Emacs tab behavior with Sweave documents

In Sweave mode pressing tab doesn't move the cursor and kills my auto-complete options (when I hit tab to complete the code the completion disappears as opposed to completing the snippet). If I ...
2
votes
0answers
84 views

SASweave and server SAS?

We would like to implement SASweave, but our department runs off of a server version of SAS. Has anyone implemented this setup? I would be interested to hear about your experiences, whether positive ...
2
votes
0answers
286 views

Making pgfsweave work with all ggplot2 plots

Have run into a problem using ggplot2 and pgfsweave(+Lyx). When I run my code in R, I get a nice plot with coloured/shaded tiles, and those tiles do not appear when running via pgfsweave. Note that ...
1
vote
0answers
42 views

Table nested by a factor variable - how to Sweave correctly?

I want to Sweave a table of matrices from an R script to a LaTeX document. I have results from which I need to pick some values to make up a matrix akin to this: (for i in levels(groups)){ mat[[i]] ...
1
vote
0answers
131 views

Sweave from the command line using concordance=TRUE

I have document that uses a LaTeX Beamer template and passes this code around the beginning of the actual document \usepackage{Sweave} \begin{document} \SweaveOpts{concordance=TRUE} The document ...
1
vote
0answers
71 views

R, Sweave: How to pass file encoding to patchDVI::SweavePDF?

I have a master file master.tex containing the preamble and which inputs (via \input{chapter01}, \input{chapter02}, ...) chapters. The chapters are .Rnw files. My goal is to use patchDVI::SweavePDF to ...
1
vote
0answers
178 views

tikz and axes labels

When I use sweave+tikz+ggplot2 or knitr+tikz+ggplot2 the x axis and y axis labels, as well as the main figure title overlap the graphics area of the figure. Sometimes it doesn't overlap, but it is way ...
1
vote
0answers
76 views

How to adjust minibuffer-message?

I use (add-hook 'Rnw-mode-hook (lambda () (add-to-list 'TeX-command-list '("Sweave" "R CMD Sweave %s" TeX-run-command nil t :help "Run Sweave") t) (setq ...
1
vote
0answers
49 views

SweaveListingUtils and line numbers

I'm currently trying to use SweaveListingUtils. Because of the vignette, the first steps are quite easy. Only the line numbers (including references) are not working as intended/expected (the ...
0
votes
0answers
32 views

RStudio,Sweave problems

I have been trying to insert an R generate plot into Sweave,so that I can comment on it and produce a pdf style document. Alas my search for a decent tutorial on that subject had failed. I get my ...
0
votes
0answers
44 views

syntax highlighting in emacs with .Rnw files

When working with .Rnw files, emacs with ess highlights the R-code blocks in purple. This is great, but the issue I'm having is after the R-code, everything is still purple! Some people have said ...
0
votes
0answers
108 views

Setting working directory for Rnw / latex in R

Hi I am trying to use R and latex to make a pdf document for my data analysis. In my original *.R document I have changed the working directory multiple times to refer to the data. The reason I ...
0
votes
0answers
211 views

Cannot resolve “Undefined control sequence” in swaeve (using \Sexpr{})

I have troubles finding a solution for a basic error I get. I was trying to use a .Rnw document as it is by default created in RStudio to report some results. I have to admit that I am new to Sweave. ...
0
votes
0answers
55 views

Sweave script fails from php call

I'm trying to automate a report using PHP + Sweave, using the PHP function 'shell_exec' to call the R CMD Sweave, creating my pdf report. I'm running Apache on Mac OSX. When i call it from the ...
0
votes
0answers
250 views

Run texi2pdf without calling bibtex

When I run texi2pdf (or texi2dvi) I get the error below. Is it possible to have the texi2dvi function execute LaTeX without bibtex? Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = ...
0
votes
0answers
136 views

R/Sweave + LaTeX: Making a postcsript figure spanning the whole page in landscape mode

I have the following data that I would like to graph: Date Amount 2011-11-02 70000.11 2011-11-21 69000 2011-12-01 95000.76 which is to be saved as quantity.R and here is my code in Sweave: ...
0
votes
0answers
124 views

Error compiling sweave document in Eclipse with pgfSweave

I am new to Sweave and pgfSweave in R but I am familiar with Eclipse. I tried to compile several examples but I always end up with the same error. From the .tex file it is obvious why the document ...
0
votes
0answers
367 views

Multiple references to one footnote on one page in latex needed because using Sweave loop

I am using Sweave to generate PDFs. I often use loops to generate many pieces of output, e.g. graphics, which all need the same explanation which I put in a footnote. But then if there are more than ...
0
votes
0answers
244 views

How to output custom R code in a Sweave document

Does anybody know how to output your own R code (no plots, no xtables) in a Sweave document? I'd like to do something like this << echo=F,results=tex>>= cat("Hello world") ...