R-build system not being picked up automatically
Open
- Dominant language
- Python
- Stars
- 33
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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"
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.