[Rd] Inconsistent behavior of summary

2016-10-15 Thread Kaiyin Zhong
Here is the code: summary(c(1:5, NA)) summary(c("a", NA)) It seems in the firs case the number of NAs is reported, but not in the second. Tested with R 3.3.1 on a mac. Best regards, Kaiyin ZHONG [[alternative HTML version deleted]] __

[Rd] Cursor not behaving properly

2014-11-10 Thread Kaiyin Zhong (Victor Chung)
I found a strange bug in R recently (version 3.1.2): As you can see from the screenshots attached, when the cursor passes the right edge of the console, instead of start on a new line, it goes back to the beginning of the same line, and overwrites everything after it. This happens every time the