-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending code to R GUI not working on M1 macOS Big Sur / R 4.1 alpha #150
Comments
The settings look fine. Is there any error message in the sublime console? |
Here are the steps to get this console message.
|
Interesting. Allowing R in accessibility has no effect. Running it in Script Editor directly works fine. |
Some progress, maybe. Running:
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. |
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
The text was updated successfully, but these errors were encountered: