Skip to content
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

R-build system not being picked up automatically #15

Open
vnijs opened this issue Jan 1, 2013 · 1 comment
Open

R-build system not being picked up automatically #15

vnijs opened this issue Jan 1, 2013 · 1 comment

Comments

@vnijs
Copy link

vnijs commented Jan 1, 2013

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants