Displaying 1 result from an estimated 1 matches for "rdll2010".
Did you mean:
fall2010
2000 Dec 03
1
crash using bmp() on windows with Rdll2010 (PR#756)
A few weeks ago I have updated R-1.1.1 for Windows with the fixed R.dll
(Rdll2010.zip) for Win2k from CRAN.
(I have used the same version of R from WinNT4 *and* Win2k for some
time.)
Now I tried to produce a bitmap, but R crashes (WinNT4):
bmp("bitmap.bmp")
plot(1:10)
dev.off() ## crash!
That does not happen with the original R.dll from R-1.1.1 (15 Aug 2000).
I c...