Skip to content
Prev 33764 / 63424 Next

Clarifications please.

On Aug 28, 2009, at 7:41 AM, Abhijit Bera wrote:

            
FWIW no need to protect it - t1 is already protected and even more so  
you are blowing t2 away two lines later anyway ...
Again, no need to protect - you have protected t1 already ...
Please read docs about character vectors - what you probably meant is  
something like
const char *x = CHAR(STRING_ELT(VECTOR_ELT(t2,0), 0));
printf("dim 1 = (%s, ...)\n", x);

Cheers,
Simon