Randy Lai
Randy Lai
Agree. That’s the reason I have separated the installing sublime text script. And we need to also make sure the refactoring won’t break the usages of existing packages.
it seems that we could borrow some idea from https://github.com/kwarunek/aiounittest
The code under the sbin directory is deprecated. Please use the updated GitHub action snippet: https://github.com/SublimeText/UnitTesting#github-actions
I have forgotten about the color scheme tests. Let me work on it as soon as possible.
It allows something like this. ```r IRkernel::comm_manager()$send_response( "stream", NULL, "iopub", content = list( name = "stdout", text = "hello" ) ) ``` 
The settings look fine. Is there any error message in the sublime console?
You may need to allow R in Accessibility. Another thing that you could try is to open "Script Editor" and run ``` tell application "R" to cmd "print('hello')" ```
Interesting, the following popped up the first time I sent code to R GUI. And now, I have R under Sublime Text
which program are you sending to?
So I assume you are talking about gnome-terminal, or is it?