Hi Graham,<br><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">However, I am not at all sure what to do with the other two files (Rdaemon and R,app) as these don't unzip to bundle files.</blockquote>
<div><br>Fair enough! Looks like those other files *are* zip files but lacked the extension. To get the Rdaemon version running rename "R" to "R.zip" and then double click it. You should see<br><br>R Console (Rdaemon).tmbundle<br>
<br>which can then be double clicked to add it to TextMate. <br><br>Now open a new file, change the language to "R Console (Rdaemon)" from the selector at the bottom of the window. Type<br><br>start[tab]<br><br>
and the daemon should start. There might be a small bug here in that you'll see two ">" signs. Just delete one of them and begin to enter R commands as you would in the console.<br></div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If I type "test<-c(3,4, 6, 7, 8, 9, 10)" in TextMate and hit command R, An R runtime opens and the command is executed and this line appears in the runtime.<br>

<br>I would now expect to type "test" in Textmate, hit command R again and get something like:<br><br>> test<br>[1]  3  4  6  7  8  9 10</blockquote><div><br>This should now work as you expect. It's a really nice environment!<br>
<br>Good luck,<br>Paul <br></div></div><br>