[R] Error message

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Jul 10 16:40:28 CEST 2013


On 10/07/2013 15:04, Emanuele Belli wrote:
> Hello,
> I'm an italian student, I've got some problems using R:
> After calculating a dbinom() function, my  "help.start()" started not to work.
> If I type on the console "Help.start", it says me "starting httpd help server ...Errore in stats::runif(10) :
>    .Random.seed is not an integer vector but of type 'double'"
>
> I tried to upgrade, unistall, but anything, it was impossible to solve this problem.
> Can you help me?

Try

rm(.Random.seed)

Looks like you saved an object of the wrong type under than name.

> Thank you in advance,
>
> Emanuele
> 	[[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.
>


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list