Rstudio is duplicating commands in the command line

前端 未结 4 568
别那么骄傲
别那么骄傲 2020-12-01 15:50

Having a weird problem in R that seems to have come out of nowhere... output in the RStudio terminal is repeated without me asking for it... i.e.,

> 3+4
         


        
4条回答
  •  醉梦人生
    2020-12-01 16:23

    I had the same problem in Rstudio 0.98.501. I restarted the R session and it disappeared. It is running the same command twice, which can not only slow things down but give erroneous results if you are transforming an object into the same name.

提交回复
热议问题