[Rd] a R_PV problem
pseudo
gumpleon at gmail.com
Tue May 6 17:31:47 CEST 2008
On Tue, May 6, 2008 at 5:23 AM, Antonio, Fabio Di Narzo
<antonio.fabio at gmail.com> wrote:
> 2008/5/6 pseudo <gumpleon at gmail.com>:
> [...]
>
> > A strange thing is that after halting the program:
> >
> > (gdb) p R_PV(colNames)
> >
> > does not show the content of colNames. I am positive my code is right
> > because if I insert "PrintValue(colNames);" in the c code, it will
> > print the right value.
> Have you tried:
> p Rf_PrintValue(colNames)
> from the gdb prompt?
>
Yes, I also tried "p Rf_PrintValue(colNames)", the outcome is the
same. I can step in the r-base-core and what I found is that the
"isObject" returns false.
> A.
> --
> Antonio, Fabio Di Narzo
> Ph.D. student at
> Department of Statistical Sciences
> University of Bologna, Italy
>
More information about the R-devel
mailing list