On Nov 15, 2011, at 1:10 PM, Terry Therneau wrote:
> Two small Sweave issues.
>
> 1. I had the following line in my code
> <>
>
> resulting in the message
> Error in match.arg(options$results, c("verbatim", "tex", "hide")) :
> 'arg' should be one of “verbatim”, “tex”, “hide”
>
> I puzzled
Two small Sweave issues.
1. I had the following line in my code
<>
resulting in the message
Error in match.arg(options$results, c("verbatim", "tex", "hide")) :
'arg' should be one of “verbatim”, “tex”, “hide”
I puzzled on this a bit since my argument exactly matched the message,
until I