Displaying 1 result from an estimated 1 matches for "rterminal".
Did you mean:
terminal
2011 Dec 19
1
Speed issue when writing to RGui console from tcl/tk GUI
...ext = "slow", command = function() timings())
btn2 <- ttkbutton(win, text = "fast", command = function() {readline("Press
ENTER > "); timings()})
tkpack(btn1, btn2)
I've only observed this slow behaviour with RGui on Windows (XP) - it
doesn't happen with Rterminal or eclipse/StatET or RStudio.
I want a few people to run this code to see if it affects, for example,
other OSes, to narrow down the extent of the problem before I submit it as
a bug.
Also, if you have any insight as to what is happening or fixes, I'd be
interested to know.
Regards,
Richie....