Results 1034 comments of 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" ) ) ``` ![Screen Shot 2021-12-09 at 11 14 04 PM](https://user-images.githubusercontent.com/1690993/145532835-38a0313a-0679-4a61-b79b-c4baa355f2ab.png)

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

So I assume you are talking about gnome-terminal, or is it?