Displaying 1 result from an estimated 1 matches for "f_iob".
Did you mean:
__iob
2004 Jan 30
1
a problem loading package 'subselect'
...ever, when loading the library gives me an error:
> library(subselect)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/lib/R/library/subselect/libs/subselect.so":
/usr/lib/R/library/subselect/libs/subselect.so: undefined symbol:
f_iob
Error in library(subselect) : .First.lib failed
I would had expected that if it could'nt find a symbol, that would have
shown up during compilation. But there were no compile time errors. I
also tried R CMD check on the package directory and compilation occurs
with no errors but I get the erro...