Open ltalluto opened 3 years ago
The settings look fine. Is there any error message in the sublime console?
Here are the steps to get this console message.
File "/Users/mtalluto/Library/Application Support/Sublime Text 3/Packages/SendCode/send_code.py", line 88, in <lambda>
sublime.set_timeout_async(lambda: sender.send_text(cmd))
File "/Users/mtalluto/Library/Application Support/Sublime Text 3/Packages/SendCode/code_sender/sender.py", line 130, in send_text
self.send_to_r(cmd)
File "/Users/mtalluto/Library/Application Support/Sublime Text 3/Packages/SendCode/code_sender/sender.py", line 139, in send_to_r
send_to_r(cmd)
File "/Users/mtalluto/Library/Application Support/Sublime Text 3/Packages/SendCode/code_sender/r/__init__.py", line 13, in send_to_r
osascript(RAPPLESCRIPT, cmd)
File "/Users/mtalluto/Library/Application Support/Sublime Text 3/Packages/SendCode/code_sender/applescript.py", line 5, in osascript
subprocess.check_call(["osascript"] + list(args))
File "./python3.3/subprocess.py", line 547, in check_call
subprocess.CalledProcessError: Command '['osascript', '/Users/mtalluto/Library/Application Support/Sublime Text 3/Packages/SendCode/code_sender/r/r.applescript', 'print("Hello world")']' returned non-zero exit status 1
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. Allowing R in accessibility has no effect. Running it in Script Editor directly works fine.
Some progress, maybe. Running:
osascript '/Users/mtalluto/Library/Application Support/Sublime Text 3/Packages/SendCode/code_sender/r/r.applescript' 'print("hello")'
Directly from the command line pops up a warning from gatekeeper about allowing iTerm to control R. Allowing it then results in the command executing. In the automation tab in settings, Sublime has no checkbox for R, and I cannot find out how to enable it.
Interesting, the following popped up the first time I sent code to R GUI.
And now, I have R under Sublime Text
I downgraded to R 4.0.5 (running under emulation), and it works exactly as expected. So maybe this is an issue with R? When I have a chance, I can try re-installing 4.1, now that it is released.
Well, now I've updated Sublime (to build 4107), and the situation is even worse; it no longer sends to R 4.0.5 anymore either. There is no listing for Sublime Text at all under automation. So is this a Sublime issue?
It's not working for me either 4.2.1
Any solutions? Have the same issue, and it also doesn't show in Security & Privacy > Automation.
Not entirely sure if this is a SendCode issue or an R issue. I am trying to get SendCode running on the R nightly build for M1 macs here.
SendCode works fine when sending to terminal or iTerm. However, sending to R GUI manages to launch R (if it is not running), but does not send any code. I am selecting the target by using "Choose Program" in the command palette, the settings look like this:
Possibly related, when I change the program (e.g., from R to iTerm), SendCode stops working until I restart Sublime Text.
R 4.1.0 Patched (2021-05-18 r80324) SublimeText 3.2.2 build 3211 M1 mac, macOS 11.2.3