I  wonder if someone with a lot of patience can help me with getting the basics of this working. I have downloaded the the three files that Hans-Jorg uploade to this forum, as they don't appear to be in the repository yet.<br>
<br>Of the three files only one looked like the other bundle files and I copied it into the same directory where the old RBundle was located. I now have a new set of commands and updated the help index.<br><br>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.<br>
<br>I am also being extremely dim in getting things to work.<br><br>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<br><br>in the runtime window. However, what I get is<br><br>> test<br>
Error: object "test" not found<br>Execution halted<br><br><br>If I open R and have the RConsole open, then "send selection to r.app" works as expected, but as that has a rather clumsy shortcut key, I assume the shorter command R option is the "normal"way of working<br>
<br>I accept my unfamiliarity with TextMate is probably the problem, but I would appreciate someone pointing out the obvious to me.<br><br>Many thanks,<br><br>Graham <br>