Tagged Questions
5
votes
1answer
221 views
Set default arguments to Sweave code chunk
I am using cacheSweave with a large LaTeX Sweave document. Rather than put
<<cache=true>>=
...snip...
@
in almost all of my code chunks, I would rather have cache=true be the default, ...
7
votes
1answer
389 views
Sweave,R,Beamer : How to convert the LaTex text in an Rnw file to R comments?
Say I have a .Rnw file containing the usual LaTex mixed in with R code chunks. (I'm especially interested in converting a .Rnw slides document, but this question applies to any .Rnw document). Now I ...
2
votes
3answers
341 views
How do I identify which Sweave code chunk gives an error?
When running Sweave from emacs-ess, errors are provided with a code chunk number. Is there an easy way to navigate among the code chunks by number? Otherwise, they are difficult to identify.
1
vote
1answer
363 views
emacs, auctex, noweb-mode - how to keep screen from recentering around point?
When in auctex and noweb-mode (using Sweave in emacs), I find it distracting when the screen recenters itself as I use next-line, previous-line, etc. (C-n, C-p, and mouse-1). Does anyone know how to ...