[R] trouble loading ggplot2 using R

Hadley Wickham hadley at rice.edu
Tue Apr 24 16:26:02 CEST 2012


> I have a similar error, running R in Snow Leopard too
>
>> library("ggplot2")
> Error : .onAttach failed in attachNamespace() for 'ggplot2', details:
>  call: stats::runif(1)
>  error: .Random.seed no es un vector de números enteros pero es de tipo
> 'list'
> Error: package/namespace load failed for ‘ggplot2’

That's a completely different error.  Are you setting .Random.seed to
something non-standard?  That's what the error message suggests.

Hadley

-- 
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/



More information about the R-help mailing list