Displaying 1 result from an estimated 1 matches for "3d1e5".
Did you mean:
3d1.5
2009 Dec 15
1
Antwort: Re: R on Windows crashes when using certain (PR#14143)
...devel this morning.
>=20
> Duncan
>=20
> >=20
> > I can reproduce the bug on two separate systems running Windows XP,=20
and with
> > both R 2.10.0 and the latest R.2.10.1 RC.
> >=20
> > The following commands trigger the crash for me:
> >=20
> > n=3D1e5
> > k=3D10
> > x=3Dsample(k,n,replace=3DTRUE)
> > y=3Dsample(k,n,replace=3DTRUE)
> > xy=3Dpaste(x,y,sep=3D" =D7 ")
> > z=3Dsample(n)
> > d=3Ddata.frame(xy,z)
> >=20
> > The last step takes very long time, and R crashes before it's=20
fin...