Re: [R] Sweave from Kile

2008-10-13 Thread Gorjanc Gregor
Hi Matthieu, > Does anybody have experience with Sweave run from Kile? I'm trying to > make it run but have problems and don't know if the instructions are > false or I do something wrong (my knowledge in bash and shell is too low > to understand it)... ... It would help if you stated that you us

Re: [R] Sweave from Kile

2008-10-13 Thread cls59
I use Sweave on a Mac from my LaTeX editor and it requires a similar shell script to typeset the document. Mine uses R it's self (instead of sh) and looks like: #!/usr/bin/Rscript args <- commandArgs(T) fname <- strsplit(args[1],'\\.')[[1]][1] Sweave(paste(fname,'Rnw',sep='.')) system(paste

[R] Sweave from Kile

2008-10-13 Thread Matthieu Stigler
Hello Does anybody have experience with Sweave run from Kile? I'm trying to make it run but have problems and don't know if the instructions are false or I do something wrong (my knowledge in bash and shell is too low to understand it)... I discovered recently Sweave and wanted to run it fro