I get on debian/etch the following, with foreign installed from
r-cran-foreign:
> library(foreign)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/usr/lib/R/library/foreign/libs/foreign.so':
/usr/lib/R/library/foreign/libs/foreign.so: undefined symbol:
Rf_allocString
Error: package/namespace load failed for 'foreign'
Local installation works fine.
Bests,
--
Edzer
foreign
3 messages · Edzer Pebesma, Gregor Gorjanc, Dirk Eddelbuettel
Edzer J. Pebesma <e.pebesma <at> geo.uu.nl> writes:
I get on debian/etch the following, with foreign installed from r-cran-foreign:
Check the archives! Gregor
On 20 October 2006 at 11:12, Edzer J. Pebesma wrote:
| I get on debian/etch the following, with foreign installed from | r-cran-foreign: | | > library(foreign) | Error in dyn.load(x, as.logical(local), as.logical(now)) : | unable to load shared library | '/usr/lib/R/library/foreign/libs/foreign.so': | /usr/lib/R/library/foreign/libs/foreign.so: undefined symbol: | Rf_allocString | Error: package/namespace load failed for 'foreign' | | Local installation works fine. Install R 2.4.0 that is now in testing and you should be fine. A Depends: was too weak and let foreign into testing before R 2.4.0. Dirk
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison