[Rd] the amazing prof. ripley ...

2007-08-01 Thread Ben Bolker
x = readLines(http://developer.r-project.org/R.svnlog.2007;) rx = x[grep(^r,x)] who = gsub( ,,sapply(strsplit(rx,\\|),[,2)) twho = table(who) twho[ripley]/sum(twho) 74% of all commits! __ R-devel@r-project.org mailing list

[Rd] Compiling R for the Sony Playstation 3?

2007-08-01 Thread Douglas Bates
Has anyone installed Linux on a Sony Playstation 3 and compiled R for it? __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Bug in TAB handling for Win32 Rterm and Rgui (PR#9820)

2007-08-01 Thread whorfin
Full_Name: Rick Sayre Version: 2.5.1 OS: Windows XP Pro Submission from: (NULL) (138.72.131.190) I floated this to r-help a few days ago just to see if i was off-base. Here we go: Before I start, i want to first extend thanks for the big improvements in integration of command completion for the

[Rd] Wish/RFC: ReadConsoleEx

2007-08-01 Thread Byron Ellis
Would there be any interest in a patch to introduce ReadConsoleEx, analogous to the WriteConsoleEx? The idea would be to pass the prompt type and browser level to applications implementing a user interface to make it easier to implement features like the OS X GUI's history feature where continue