[R] Gstat error message.

Uwe Ligges ligges at statistik.tu-dortmund.de
Mon Jan 24 10:32:18 CET 2011



On 23.01.2011 21:47, Kamina Chororoka wrote:
> Hi,
> I am a student at the University of Twente ( ITC).
> I am using the R packages for my data analysis, but for the last few weeks now , I have been getting the error message when trying to work on variograms or krigging.
>
>
> Error : .onLoad failed in loadNamespace() for 'gstat', details:
>    call: fun(...)
>    error: .Random.seed is not an integer vector but of type 'list'
> Error: package/namespace load failed for 'gstat'


You have a .Random.seed in your Workspace that is not compatoible with 
gstat obviously.

Hence type

  rm(".Random.seed")

and try again.


Uwe Ligges



>
>
> I have tried several  options in vain. I have tried to reinstall, to load the extension from the local drive but, again in vain.
>
> I would like to have technical assistance from your desk.
>
> Looking to hearing from you soon.
>
> Kamina Chororoka.
>
>
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list