Displaying 1 result from an estimated 1 matches for "3dpaste".
Did you mean:
dpaste
2009 Dec 15
1
Antwort: Re: R on Windows crashes when using certain (PR#14143)
...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
finished. Note
> > that if I reduce n, the problem disappears. Also, if I change the =D7 (a
> > multiplication...