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
Consider trying notepad++ with NppToR That's what I use (it also works with the REvolution distribution) ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@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@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@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. >[[alternative HTML version deleted]]
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