Skip to content
Prev 24180 / 63424 Next

Sweave bug using 'FDR' in chunk label (PR#9567)

On 3/15/2007 1:58 PM, krc at mdacc.tmc.edu wrote:
I can confirm this bug in R 2.4.1 and R-devel.  It's because of an error 
in a regular expression in  SweaveParseOptions; it is supposed to strip 
off a trailing ".R", but it doesn't escape the dot, and so it matches 
the DR in getFDR.

I'll fix it in R-devel and R-patched after testing...

Duncan Murdoch