[R] Sweave question: prevent expansion of unevaluated reused code chunk

2007-03-13 Thread Kevin R. Coombes
Hi, Consider the following (much simplified) Sweave example: -- First, we set the value of $x$: chunk1,eval=FALSE= x - 1 @ Then we set the value of $y$: chunk2,eval=FALSE= y - 2 @ Thus, the overall algorithm has this structure: combined,eval=FALSE= chunk1 chunk2 @

Re: [R] Sweave question: prevent expansion of unevaluated reused code chunk

2007-03-13 Thread Kevin R. Coombes
. Kevin Seth Falcon wrote: Kevin R. Coombes [EMAIL PROTECTED] writes: Hi, Consider the following (much simplified) Sweave example: -- First, we set the value of $x$: chunk1,eval=FALSE= x - 1 @ Then we set the value of $y$: chunk2,eval=FALSE= y - 2 @ Thus

Re: [R] Sweave question: prevent expansion of unevaluated reused code chunk

2007-03-14 Thread Kevin R. Coombes
: On 3/13/2007 7:02 PM, Kevin R. Coombes wrote: Hi, Consider the following (much simplified) Sweave example: -- First, we set the value of $x$: chunk1,eval=FALSE= x - 1 @ Then we set the value of $y$: chunk2,eval=FALSE= y - 2 @ Thus, the overall algorithm has

[R] SweaveInput and absolute paths

2007-04-26 Thread Kevin R. Coombes
Hi, Is there a way to turn off the automatic inclusion of ./ at the beginning of a path specified in an \SweaveInput{} instruction? I'd like to create some reusable template modules of Sweave code and put them in a standard directory like /Resources/Affymetrix Then the corresponding

[R] SweaveInput and absolute paths

2007-04-27 Thread Kevin R. Coombes
In addition: Warning message: list.files: './M:/Resources/Affymetrix' is not a readable directory - Dieter Menne writes: Kevin R. Coombes krc at mdacc.tmc.edu writes: Is there a way to turn off the automatic inclusion of ./ at the beginning of a path specified in an \SweaveInput