Re: [R] Making Knitr work

2012-03-28 Thread Jessica Streicher
Ah.. well, i thought this was the option to set the directory to where plot images should go. I'll comment it out fr the time being. thanks Am 28.03.2012 um 19:38 schrieb Yihui Xie: > You must have set the package option 'base.dir' > (opts_knit$set(base.dir = )), and this directory does no

Re: [R] Making Knitr work

2012-03-28 Thread Yihui Xie
You must have set the package option 'base.dir' (opts_knit$set(base.dir = )), and this directory does not exist. I do not recommend you to use this option unless you really understand it. Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa St

Re: [R] Making Knitr work

2012-03-28 Thread Peter Langfelder
On Wed, Mar 28, 2012 at 9:09 AM, Jessica Streicher wrote: > Might not be the best place to ask, but i could get lucky.. > > I have setup an eclipse environment to write sweave files lately and wanted > to switch to knitr. I could get it to work on easy files, but my earlier > written sweave file

[R] Making Knitr work

2012-03-28 Thread Jessica Streicher
Might not be the best place to ask, but i could get lucky.. I have setup an eclipse environment to write sweave files lately and wanted to switch to knitr. I could get it to work on easy files, but my earlier written sweave file fails to be knit properly. Here is the error message: Quitting fr