Rstudio calls source() when saving script

后端 未结 2 561
小鲜肉
小鲜肉 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:13

    Are you sure "Source on save" box is unchecked?

    enter image description here

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题