search for: chunkexps

Displaying 2 results from an estimated 2 matches for "chunkexps".

2010 Nov 29
1
Sweave choking on \\ in filename
...tax="SweaveSyntaxNoweb") Writing to file deelnemerslijst.tex Processing code chunks ... 1 : echo term verbatim Error: chunk 1 Error : '\B' is an unrecognized escape in character string starting "Q:\B" > traceback() 4: stop(msg, err, call. = FALSE) 3: RweaveTryStop(chunkexps, options) 2: driver$runcode(drobj, chunk, chunkopts) 1: Sweave("Q:\\BMK\\cursussen\\interne_opleiding\\deelnemerslijst.Rnw", syntax = "SweaveSyntaxNoweb") > sessionInfo() R version 2.12.0 (2010-10-15) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Du...
2011 Mar 23
3
Sweave: multiple graphic formats, e.g. win.metafile
...rm$OS.type == "windows") { grDevices::win.metafile(file=paste(chunkprefix, "emf", sep="."), width=options$width, height=options$height) err <- try({SweaveHooks(options, run=TRUE) eval(chunkexps, envir=.GlobalEnv)}) grDevices::dev.off() if(inherits(err, "try-error")) stop(err) } )) , after=epsline2) runcode <- eval(parse(text=runcodesrc)) } runcode <- makeruncode() list(setup = setup, runcode = runcode, writedoc = u...