Hello, I want to use the free distribution of R (R REvolution 3.2) and Tinn-R editor as well. Unfortunately they don't cooperate. In Tinn-R commands: send selection, send line etc. don't work. Do you have any idea how to resolve this problem? Best, Robert
Tinn-R
6 messages · Tal Galili, Robert Ruser, Ben Bolker +2 more
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100419/96c63438/attachment.pl>
Thank you very much - it really works. Maybe it's not so useful as Tinn-R but is sufficient. 2010/4/19 Tal Galili <tal.galili at gmail.com>:
Consider trying notepad++ with NppToR That's what I use (it also works with the REvolution distribution) ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili at gmail.com | ?972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) ---------------------------------------------------------------------------------------------- On Mon, Apr 19, 2010 at 6:50 PM, Robert Ruser <robert.ruser at gmail.com> wrote:
Hello, I want to use the free distribution of R (R REvolution 3.2) and Tinn-R editor as well. Unfortunately they don't cooperate. In Tinn-R commands: send selection, send line etc. don't work. Do you have any idea how to resolve this problem? Best, Robert
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Robert Ruser <robert.ruser <at> gmail.com> writes:
I want to use the free distribution of R (R REvolution 3.2)
[this is a little bit funny -- is the standard (CRAN) distribution not free? Or did you mean something else?]
and Tinn-R editor as well. Unfortunately they don't cooperate. In Tinn-R commands: send selection, send line etc. don't work. Do you have any idea how to resolve this problem?
This is a known (????) Tinn-R bug, I think. I have found that
pasting
.trPaths <- paste(paste(Sys.getenv('APPDATA'),
'\\Tinn-R\\tmp\\', sep=''),
c('', 'search.txt', 'objects.txt','file.r',
'selection.r','block.r','lines.r'), sep='')
into Tinn-R makes it work (for that Tinn-R session). There are
instructions somewhere (???) for adding this to your Tinn-R preferences
so that it is executed every time ...
good luck
Ben Bolker
6 days later
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100426/ab40dd1b/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100426/cb98e4ac/attachment.pl>