search for: rf_classget

Displaying 2 results from an estimated 2 matches for "rf_classget".

Did you mean: rf_classgets
2007 Apr 18
1
undefined symbol: Rf_rownamesgets
I get the error undefined symbol: Rf_rownamesgets when I try to load my package, which include C++ code that calls that function. This is particularly strange since the code also calls Rf_classgets, and it loaded OK with just that. Can anyone tell me what's going on? For the record, I worked around this with the general purpose attribute setting commands and R_RowNamesSymbol. I discovered that even with that I wasn't constructing a valid data.frame, and fell back to returning a...
2007 Mar 07
3
Garbage collector crashes after calling a C function
...370== by 0x4C23E55: R_gc_internal (in /usr/lib64/R/lib/libR.so) ==9370== by 0x4C22DC3: Rf_cons (in /usr/lib64/R/lib/libR.so) ==9370== by 0x4C23AE1: Rf_allocList (in /usr/lib64/R/lib/libR.so) ==9370== by 0x4B6926B: installAttrib (in /usr/lib64/R/lib/libR.so) ==9370== by 0x4B69961: Rf_classgets (in /usr/lib64/R/lib/libR.so) ==9370== by 0x4B68DC1: Rf_setAttrib (in /usr/lib64/R/lib/libR.so) ==9370== by 0x4B69A40: do_classgets (in /usr/lib64/R/lib/libR.so) ==9370== by 0x4BE908E: Rf_eval (in /usr/lib64/R/lib/libR.so) ==9370== by 0x4BEB6FD: applydefine (in /usr/lib64/R/lib/lib...