[GRASS-user] OT: sgeostat and Rdbi - conflict? (on R)

on R, soon after I instaled sgeostat Rdbi cannot be loaded with message:

library(Rdbi)

Loading required package: Rdbi
Loading required package: Rdbi
Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) :
        cyclic name space dependencies are not supported
Error: package 'Rdbi' could not be loaded
Error: .onLoad failed in 'loadNamespace' for 'Rdbi'
Error: package 'Rdbi' could not be loaded

erlier Rdbi worked fine

regards jarek

On Sun, 27 Aug 2006, Jarek Jasiewicz wrote:

on R, soon after I instaled sgeostat Rdbi cannot be loaded with message:

Not sgeostat, but probably version conflict in Rdbi. Please include the
output of sessionInfo() after loading sgeostat, and any information you
can see from the DESCRIPTION file in the directory with the installed Rdbi
about builds and versions.

> library(Rdbi)

Loading required package: Rdbi
Loading required package: Rdbi
Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) :
        cyclic name space dependencies are not supported
Error: package 'Rdbi' could not be loaded
Error: .onLoad failed in 'loadNamespace' for 'Rdbi'
Error: package 'Rdbi' could not be loaded

erlier Rdbi worked fine

regards
jarek

_______________________________________________
statsgrass mailing list
statsgrass@grass.itc.it
http://grass.itc.it/mailman/listinfo/statsgrass

--
Roger Bivand
Economic Geography Section, Department of Economics, Norwegian School of
Economics and Business Administration, Helleveien 30, N-5045 Bergen,
Norway. voice: +47 55 95 93 55; fax +47 55 95 95 43
e-mail: Roger.Bivand@nhh.no

Roger Bivand napisa?(a):

On Sun, 27 Aug 2006, Jarek Jasiewicz wrote:

on R, soon after I instaled sgeostat Rdbi cannot be loaded with message:
    
Not sgeostat, but probably version conflict in Rdbi. Please include the output of sessionInfo() after loading sgeostat, and any information you can see from the DESCRIPTION file in the directory with the installed Rdbi about builds and versions.

library(Rdbi)
      

Loading required package: Rdbi
Loading required package: Rdbi
Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) :
        cyclic name space dependencies are not supported
Error: package 'Rdbi' could not be loaded
Error: .onLoad failed in 'loadNamespace' for 'Rdbi'
Error: package 'Rdbi' could not be loaded

erlier Rdbi worked fine

regards jarek

_______________________________________________
statsgrass mailing list
statsgrass@grass.itc.it
http://grass.itc.it/mailman/listinfo/statsgrass

sorry, I sloved this problem deleting Rdata from my $HOME directory, after that all works OK again. Probably something goes wrong during instalation sgeostat and has been written in saved worspace. In addition load packages from cran (tcltk gui) also has'n work even ater full reinstaling of R.
Enyway something was wrong in saved workspace (Rdata) but now we will not know....

regards

Jarek Jasiewicz