Displaying 2 results from an estimated 2 matches for "rw0641b".
Did you mean:
rw0641
1999 Jun 20
1
as.numeric with trailing spaces (PR#213)
For R bugs:
"as.numeric" fails on strings with trailing spaces:
(OK in Splus 3.4).
> as.numeric(c("2"," 3","4 "," 5 "))
Warning: NAs introduced by coercion
[1] 2 3 NA NA
>
occurs in both "rw0641b" and "R-base-0.64.1-4-i386.rpm".
Thanks for R
----------------------------------------------------------------------------
John Peters
CSIRO National Measurement Laboratory
PO Box 218 Phone: +61 2 9413 7503
Lindfield NSW 2070...
1999 May 18
1
help pages not install lead to termination of R
I installed rw0641 from the binary rw0641b.zip
but not the help files (not rw0641h, not rw0641w ).
I do not like the MDI so I edited the ./etc/Rconsole to read
MDI = no
and I commented out
#toolbar = yes
#statusbar = yes
and I even changed
pagerstyle = singlewindows
Now when I start Rgui, and do > ?ls
causes R to crash, inste...