[GRASS-stats] Rdbi Error in loadNamespace
bks at centrum.cz
bks at centrum.cz
Tue Jun 17 05:19:01 EDT 2008
______________________________________________________________
> Od: jarekj at amu.edu.pl
> Komu: bks at centrum.cz
> CC: grass-stats at lists.osgeo.org
> Datum: 17.06.2008 11:04
> Předmět: Re: [GRASS-stats] Rdbi Error in loadNamespace
>
>bks at centrum.cz pisze:
>>>> Hi,
>>>>
>>>> I have a problem to connect my Postgre with R.
>>>> I did everything after Markus tutorial. It worked.
>>>> But next time I used it, I cannot go over this error:
>>>>
>>>> "> library(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/namespace load failed for 'Rdbi' "
>>>>
>>>> I also tried to reinstall R, did not help.
>>>> Could you help, me?
>>>>
>>>> Best regards,
>>>> Stanislav >
>>>> _______________________________________________
>>>> grass-stats mailing list
>>>> grass-stats at lists.osgeo.org
>>>> http://lists.osgeo.org/mailman/listinfo/grass-stats
>>>> the simpliest way it ot delete .Rdata from your home directory and
>>>> > start R again
>> >> Jarek
>>> > > When I delete "R" folder from $HOME, all the
installed packages
>> are deleted. This library I do have to create by installing, again and
the
>> problem remains unsolved.
>> Stanislav > You are not to deleate R folder with packages but hidden
file .RData (with "." o the begining):
>rm .Rdata
>try it, and let us known if help
>Jarek
~$ rm ~/.Rdata
rm: cannot remove `.Rdata': No such file or directory
(Thank you for your patience with a beginner.)
(I used both...
library(Rdbi)
library(RdbiPgSQL)
)
Stanislav
More information about the grass-stats
mailing list