Displaying 1 result from an estimated 1 matches for "_zn10rcppvectoriiec1ep7sexprec".
2009 Dec 13
1
How to resolve include Rcpp.h problems?
...re/R/include. But, it was not successful and I the following error
message.
Error in dyn.load(file, DLLpath = DLLpath, ...) :
Unable to load shared library
'/home/amine/R/r-eclipse/rply.Rcheck/rply/libs/rply.so':
/home/amine/R/r-eclipse/rply.Rcheck/rply/libs/rply.so: undefined symbol:
_ZN10RcppVectorIiEC1EP7SEXPREC
Error in library(rply) : .First.lib has failed for 'rply'
Execution stopped
It looks like this package has a loading problem: see the messages for
details.
Resulting this last error seems to be also logical. In fact, I think the
file libRcpp.so is need for the compilation of my code.
Pl...