Re: [R] Tinn-R RGui Send problem

2010-05-07 Thread Mike White
A possible work around would be to append the selection.r file to the .Rhistory file and then reload the history, e.g. file.append(.Rhistory, .trPaths[5]) loadhistory(file= .Rhistory) You can then access the code on the console, skipping the last 2 lines. [[alternative HTML

[R] Tinn-R RGui Send problem

2010-05-06 Thread Mike White
A possible work around would be to append the selection.r file to the .RHistory file and then reload the history, e.g. file.append(.Rhistory, .trPaths[5]) loadhistory(file= .Rhistory) You can then access the code on the console, skipping the last 2 lines. [[alternative HTML

[R] Tinn-R RGui Send problem

2010-03-10 Thread Rubén Roa
ComRades, On a recent Windows XP system that I have to use at work, I installed Tinn-R 2.3.4.4 and R 2.10.1 When I mark-select a piece of code, say summary(x) written in Tinn-R and send it to the RGui using the send button, the RGui console instead of showing me my piece of code, it shows