karthik / Rtools

Sublime text package for R
33 stars 11 forks source link

R-build system not being picked up automatically #15

Open vnijs opened 11 years ago

vnijs commented 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" }

dengemann commented 11 years ago

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.