Rstudio is duplicating commands in the command line

前端 未结 4 534
别那么骄傲
别那么骄傲 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:19

    I had the same problem.

    Uninstalling R-Studio (v0.98.484?) & reinstalling latest version (v0.98.507) seems to have fixed the problem.

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

    0 讨论(0)
  • 2020-12-01 16:27

    I too experienced the similar problem. I was using R version 3.2.3 and RStudio Version 0.99.893, just restarted my session and it was gone :) :)

    0 讨论(0)
  • 2020-12-01 16:31

    I am using the 0.98.507 version.

    Restaring the Rstudio solved the problem for me.

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