search for: sweavel

Displaying 8 results from an estimated 8 matches for "sweavel".

Did you mean: sweave
2009 Jun 28
0
Sweave findings
Dear Group: After struggling with escape sequences using the LaTeX listings package (used by the R SweaveListingUtils package), I have come to the conclusing that listings' interaction with the LaTeX fancyvrb package prevents escapes such as plot(x) # See Figure \ref{my.plot} The only way I could solve the problem in general is to use a Perl script to pretty-print the R code, and to let Per...
2009 Jun 26
0
Modifying Sweave.sty to allow escapes with fancyvrb package in LaTeX
...\global l.25 } else y <- 4 The line in question is \DefineVerbatimEnvironment{Sinput}{Verbatim}{formatcom=\lstset{fancyvrb=true},commandchars=\\\{\}} Can anyone give me a pointer to how to properly change Sweave.sty to allow it to use fancyvrb in this way? I am following the model in SweaveListingUtils for having Sweave use the listings package to do pretty-printing. Thanks very much Frank Sweavel.sty: \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{Sweavel}{} \RequirePackage{listings,ifthen,graphicx,fancyvrb,relsize} \RequirePackage{ifthen} \newboolean{Sweave at gin} \setboolean{Sweav...
2010 Aug 24
5
Sweave.sty
Does anyone know where I can download the latest version of Sweave.sty? I have looked all over the site http://www.stat.umn.edu/~charlie/Sweave/ with no luck.
2020 Oct 24
2
[External] Re: Package recommendations for outputting table with cell formatting
...?latex.function? prepares an S function for printing by issuing ?sed? commands that are similar to those in the ?S.to.latex? procedure in the ?s.to.latex? package (Chambers and Hastie, 1993). ?latex.function? can also produce ?verbatim? output or output that works with the ?Sweavel? LaTeX style at <URL: http://biostat.mc.vanderbilt.edu/SweaveTemplate>. On Fri, Oct 23, 2020 at 11:11 PM John Kane <jrkrideau at gmail.com> wrote: > > This comes with no guarantee since i have only tried one or two packages > mentioned but have a look at <a href=&quot...
2012 May 02
0
New version of the knitr package (0.5)
...;<echo=!TRUE, results=ifelse(x, 'asis', 'markup')>>=; this makes a document really programmable, and the syntax is also consistent with normal R code; http://yihui.name/knitr/demo/sweave/ - the listings package is supported via render_listings(), and the styles are based on Sweavel.sty (courtesy of Frank Harrell); http://yihui.name/knitr/demo/listings/ - for HTML/markdown documents, R plots can be automatically uploaded to Imgur to make sure the output is self-contained (no need to copy images when publishing the output); http://yihui.name/knitr/demo/upload/ - arbitrary recur...
2012 May 02
0
New version of the knitr package (0.5)
...;<echo=!TRUE, results=ifelse(x, 'asis', 'markup')>>=; this makes a document really programmable, and the syntax is also consistent with normal R code; http://yihui.name/knitr/demo/sweave/ - the listings package is supported via render_listings(), and the styles are based on Sweavel.sty (courtesy of Frank Harrell); http://yihui.name/knitr/demo/listings/ - for HTML/markdown documents, R plots can be automatically uploaded to Imgur to make sure the output is self-contained (no need to copy images when publishing the output); http://yihui.name/knitr/demo/upload/ - arbitrary recur...
2020 Oct 24
0
Package recommendations for outputting table with cell formatting
This comes with no guarantee since i have only tried one or two packages mentioned but have a look at <a href=" https://rfortherestofus.com/2019/11/how-to-make-beautiful-tables-in-r/"> R Tables</a>. On Fri, 23 Oct 2020 at 20:28, Dennis Fisher <fisher at plessthan.com> wrote: > R 4.0.2 > OS X > > Colleagues > > I have the unfortunate need to create a
2020 Oct 24
5
Package recommendations for outputting table with cell formatting
R 4.0.2 OS X Colleagues I have the unfortunate need to create a large number of tables (destined for a Word document). I need to color cells depending on the contents, e.g., blue if the value is < 0.5, red if the value is > 1.5. If the output went initially to Excel, that would work; outputting directly to Word would be even better. I expect that several packages can accomplish this. I