> 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/ ______________________________________________ R-help@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.