Displaying 1 result from an estimated 1 matches for "getfdx".
Did you mean:
getfdr
2007 Mar 15
1
Sweave bug using 'FDR' in chunk label (PR#9567)
...9;m running R 2.4.0 on a Windows XP machine, with only the default packages
loaded.
Running Sweave or Stangle on the following Rnw file:
--------------
% bug.Rnw
\begin{document}
Demonstrate an Sweave/Stangle bug.
<<info>>=
sessionInfo()
@
<<getFDR>>=
x <- 1
@
<<getFDX>>=
y <- 2
@
<<problem>>=
<<getFDX>>
<<getFDR>>
@
\end{document}
---------------
produces an error message:
> Stangle("bug.Rnw")
Writing to file bug.R
Warning message:
reference to unknown chunk 'getFDR' in: Sweave(file = file,...