search for: rweavelatexsetup

Displaying 7 results from an estimated 7 matches for "rweavelatexsetup".

2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
...doc md5sum pkgVignettes print.checkAssignFuns print.checkDemoIndex print.checkDocArgs print.checkDocStyle print.checkFF print.checkMethods print.checkTnF print.checkVignetteIndex print.checkVignettes print.codoc print.undoc Rdindex Rtangle RtangleSetup RtangleWritedoc RweaveLatex RweaveLatexOptions RweaveLatexSetup Stangle Sweave SweaveSyntaxLatex SweaveSyntaxNoweb SweaveSyntConv undoc > search() [1] ".GlobalEnv" "package:Tools" "package:tools" "package:methods" "package:ctest" [6] "package:mva" "package:modreg" "pa...
2011 May 21
1
dealing with sweave.sty and pgfSweave
...e detailed instructions. On running the pgfSweave commands in Tinn-R, I did not receive any error messages (though I got any number of them before I arrived at the two solutions mentioned above). However, on running the commands in Rstudio, I received the following warning message : ?In utils::RweaveLatexSetup(file, syntax, output = output, quiet = quiet, : path to 'C:/Program Files/R/R-2.13.0/share/texmf/tex/latex/Sweave' contains spaces, this may cause problems when running LaTeX ? Short of reinstalling R in a separate folder, is there something that I can do to fix this problem? ? I have...
2011 Mar 23
3
Sweave: multiple graphic formats, e.g. win.metafile
...e. Therefore, I thought it would be best to extend the typical 'RweaveLatex' driver by an option 'emf' - like eps and pdf. So, here is the result of some handicrafts: RweaveLatexEMF <- function () { # add option emf (= FALSE) and set default for eps to FALSE setup <- utils::RweaveLatexSetup setupsrc <- deparse(setup) epsline <- grep("eps", setupsrc) setupsrc[epsline] <- sub("eps = TRUE", "eps = FALSE, emf = FALSE", setupsrc[epsline]) setup <- eval(parse(text=setupsrc)) # 'makeRweaveLatexCodeRunner' function makeruncode <- fu...
2002 Oct 10
3
Sweave (PR#2142)
In the 'RWeaveLatexSetup' function in the 'tools' package in R 1.6.0 , the code below does not work (pdflatex can't find 'Sweave.sty'): if (stylepath) styfile <- file.path(R.home(), "share", "texmf", "Sweave") else styfile <- "Sweave" In R...
2003 Sep 18
0
non-numeric binary ops?
...lfram@fischer-zim.ch> > Subject: [Rd] Sweave: option family=... > To: r-devel@stat.math.ethz.ch > Message-ID: <20030918091938.GA3895@s1x.local> > Content-Type: text/plain; charset=us-ascii > > I would propose to add an option ``family'' > to RweaveLatex() resp. RweaveLatexSetup() > in order to be able to set the font family > for postscript and pdf graphics: > > <<fig=TRUE, family=Palatino>>= > ... > @ > > Thanks > > Wolfram Fischer > > > ------------------------------ > > _______________________________________...
2009 Apr 17
0
R 2.9.0 is released
...years but was not previously documented, and is no longer the default). o bxp() now coputes the 'ylim' including the outliers only if 'outline = TRUE'. (Wish of PR#13196) o barplot() gains a 'args.legend' argument. (Wish of PR#13265). o RweaveLatexSetup() now accepts all (and not just some) options passed through from Sweave() o cumsum(x) and cumprod(x) for double precision x now use a long double accumulator where available and so more closely match sum() and prod() in potentially being more accurate. o plot(...
2009 Apr 17
0
R 2.9.0 is released
...years but was not previously documented, and is no longer the default). o bxp() now coputes the 'ylim' including the outliers only if 'outline = TRUE'. (Wish of PR#13196) o barplot() gains a 'args.legend' argument. (Wish of PR#13265). o RweaveLatexSetup() now accepts all (and not just some) options passed through from Sweave() o cumsum(x) and cumprod(x) for double precision x now use a long double accumulator where available and so more closely match sum() and prod() in potentially being more accurate. o plot(...