search for: 00032e70

Displaying 1 result from an estimated 1 matches for "00032e70".

Did you mean: 000320
2007 Apr 18
1
undefined symbol: Rf_rownamesgets
...id data.frame, and fell back to returning a list of results. I notice Rinternals.h defines LibExtern SEXP R_RowNamesSymbol; /* "row.names" */ twice in the same block of code. I'm using R 2.4.1 on Debian. The symbol seems to be there: $ nm -D /usr/lib/R/lib/libR.so | grep classgets 00032e70 T Rf_classgets $ nm -D /usr/lib/R/lib/libR.so | grep namesgets 00031370 T Rf_dimnamesgets 00034500 T Rf_namesgets The source includes #define R_NO_REMAP 1 #include <R.h> #include <Rinternals.h> and later #include <memory> // I think this is why I needed R_NO_REMAP I realize thi...