Alternatively, the OP might just use set.seed(1) to get a fresh seed
rather than playing with .Random.seed directly.
To the OP: if you're on Mac, follow these instructions and we'll see
if that fixes your problem:
**) open Terminal
**) type R -q --vanilla
**) At the prompt type the following line
On Apr 25, 2012, at 8:27 AM, Ramon Ovelar wrote:
I don't think I have touched at anything at all. I'm very newbie to
R and
to be honest I don't know what "Ramdom.seed" is. I will try to find
out.
I have seen other messages about "restoring random.seed", but in
order to
check that the pr
On Wed, Apr 25, 2012 at 6:27 AM, Ramon Ovelar wrote:
> I don't think I have touched at anything at all. I'm very newbie to R and to
> be honest I don't know what "Ramdom.seed" is. I will try to find out.
>
> I have seen other messages about "restoring random.seed", but in order to
> check that the
I don't think I have touched at anything at all. I'm very newbie to R and
to be honest I don't know what "Ramdom.seed" is. I will try to find out.
I have seen other messages about "restoring random.seed", but in order to
check that the problem is really that I have used some "Viewing data"
command
> 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
Hi, thanks for the answer.
Here is the output:
> sessionInfo()
R version 2.14.1 (2011-12-22)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] C/en_US.UTF-8/C/C/C/C
attached base packages:
[1] grid stats graphics grDevices utils datasets methods
[8] base
oth
What is the output of your sessionInfo()? Many folks have ggplot2
running on Snow Leopard (myself included) -- most likely, you need to
update something or other...
Michael
On Tue, Apr 24, 2012 at 9:26 AM, ramonovelar wrote:
> Hello,
>
> I have a similar error, running R in Snow Leopard too
>
>>
Hello,
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
I'm having trouble loading ggplot2 on my mac (Snow Leopard) using R version
2.12.1, as shown below. I can't find a posting relevant to this problem, so
any help would be very much appreciated. Thanks,
peter l
> install.packages('ggplot2', dep = TRUE)
trying URL
'http://cran.cnr.Berkeley.edu/b
9 matches
Mail list logo