Skip to content
Prev 22554 / 63424 Next

library loading errors (PR#9317)

On Wed, 25 Oct 2006 ljlayne at unm.edu wrote:

            
Not a bug. For sp in particular, please simply re-install the contributed 
package, and possibly others, because (as noted in NEWS) there are 
incompatibilities in the way classes are built in binary packages between 
R 2.3.1 and R 2.4.0:

update.packages(checkBuilt=TRUE)

It is possible that you also have an old version of the recommended 
package foreign in your library path - look at what:

.libPaths()

says and see if an old foreign isn't lurking ahead of the 2.4.0 one built 
with the binary you installed. Output of .sessionInfo() and .libPaths() 
may lead you to the root of the problem.