wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 312 forks source link

Issue with transferring code to R #359

Open ghost opened 10 years ago

ghost commented 10 years ago

Hello,

I am relatively new to coding, and started using Sublime Text at the suggestion of some colleagues. I primarily use R for statistical computing, and thought Sublime Text would be a useful way to evaluate code quick and easy. I downloaded and installed SublimeREPL to use R within Sublime Text, but when I use the "Transfer" command I get the error:

"Cannot find REPL for 'r-console'"

I searched the forums and Google for any similar issues, but nothing seemed to help. Any help in resolving this issue would be greatly appreciated.

Thanks

PS- I am using Sublime Text 3 with OSX 10.9

wuub commented 10 years ago

Try staring R REPL first.

bogokdu commented 8 years ago

@Beardly try changing Syntax of your source code (not in the console window) into R instead of R-console. This worked for me when I got the exact same message. So, with your source code document selected, go to View->Syntax->R->R.