You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SendCode doesn't work with R GUI and we know doesn't work with Rstudio. Not sure why it doesn't work with R GUI.
Can someone please suggest an alternative to send code from Sublime Text to an R console? SendCode was so useful that without my workflow is completely disrupted. I have tried terminus but autocomplete is poor and syntax highlighting is missing.
Rgui error init.py", line 19, in send_to_r
rid = winauto.find_rgui()
code_sender\winauto.py", line 127, in find_rgui
raise Exception("window not found.")
Exception: window not found
The text was updated successfully, but these errors were encountered:
SendCode doesn't work with R GUI and we know doesn't work with Rstudio. Not sure why it doesn't work with R GUI.
Can someone please suggest an alternative to send code from Sublime Text to an R console? SendCode was so useful that without my workflow is completely disrupted. I have tried terminus but autocomplete is poor and syntax highlighting is missing.
Rgui error
init.py", line 19, in send_to_r
rid = winauto.find_rgui()
code_sender\winauto.py", line 127, in find_rgui
raise Exception("window not found.")
Exception: window not found
The text was updated successfully, but these errors were encountered: