Open vnijs opened 11 years ago
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" }
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" }