Re: [Rd] Problem using findVar( ) in combination with R's lazy evaluation

2009-08-20 Thread Duncan Murdoch
On 8/20/2009 8:41 AM, MarcelK wrote: Hi All, I have a few small questions about the usage of the C findVar( ) function when used in C code called with '.Call'. In my case I create an R function with an argument. This function calls some C code in which I use findVar( ) to retrieve the values fro

Re: [Rd] Problem using findVar( ) in combination with R's lazy evaluation

2009-08-20 Thread Simon Urbanek
Marcel, On Aug 20, 2009, at 8:41 , MarcelK wrote: I have a few small questions about the usage of the C findVar( ) function when used in C code called with '.Call'. In my case I create an R function with an argument. This function calls some C code in which I use findVar( ) to retrieve the

[Rd] Problem using findVar( ) in combination with R's lazy evaluation

2009-08-20 Thread MarcelK
Hi All, I have a few small questions about the usage of the C findVar( ) function when used in C code called with '.Call'. In my case I create an R function with an argument. This function calls some C code in which I use findVar( ) to retrieve the values from the argument. Ofcourse normally I wo