On Nov 15, 2011, at 5:39 PM, KR wrote:
> Simon Urbanek r-project.org> writes:
>> AFAIR you have to evaluate parse(text=...) for that, there is no C-level
> access to parser errors.
>
> Yes that did it, thanks!
>
>> If you get a crash, you're not setting up you R correctly. If your R quits
>
On Thu, Nov 10, 2011 at 11:00 PM, Jeffrey Horner
wrote:
> On Thu, Nov 10, 2011 at 10:54 PM, Jeffrey Horner
> wrote:
>> Hi,
>>
>> I've been tracking down a memory leak in an rApache application,
>> http://data.vanderbilt.edu/rapache/bbplot. The code was deployed in
>> 2007 and has survived numerou
Simon Urbanek r-project.org> writes:
> AFAIR you have to evaluate parse(text=...) for that, there is no C-level
access to parser errors.
Yes that did it, thanks!
> If you get a crash, you're not setting up you R correctly. If your R quits
then you are in non-interactive mode
> and you didn't
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