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
Thanks, this also worked for me. As I renamed R64.app to R.app and deleted the former, I had to edit the build file but also the Rtools.py accordingly.
To get the build-system from R-tools to be selected automatically I had to add a 2nd line to the R.sublime-build file
{
"cmd": ["osascript", "-e", "tell app "R64" to cmd "source('$file')"\n"],
"selector": "source.r"
}
The text was updated successfully, but these errors were encountered: