Rstudio calls source() when saving script

后端 未结 2 564
小鲜肉
小鲜肉 2021-01-17 07:59

I\'m using Rstudio on my Mac OS 10.9.2. It was fine until I installed the new version 98.778. Whenever I try to save my script. It automatically calls source(\"myscript.R\")

2条回答
  •  花落未央
    2021-01-17 08:23

    You probably have the "source on save" checkbox ticked (next to the save icon on the left hand side in the code editor, not for saving the Rproject) which does this. (Untick it to turn it off)

    http://www.rstudio.com/ide/docs/using/source

提交回复
热议问题