Sublime Text 2 and R

前端 未结 4 1977
旧时难觅i
旧时难觅i 2021-02-04 17:26

I am trying to use Sublime Text 2 as an interface to the statistics software R [update/edit: Solved!].

On Windows, I have tried the following:

  1. Installed

4条回答
  •  暖寄归人
    2021-02-04 17:51

    The build system value needs to be an array so you want;

    {
      "cmd": ["C:/Program Files/R/R-2.9.2/bin/R.exe", "--no-save", "$File"]
    }
    

    https://docs.sublimetext.io/guide/usage/build-systems.html#file-format

提交回复
热议问题