I'm new with RStudio but I can't recall it doing this the last time I ran it. Whenever I enter a command in R, it runs the command in the console TWICE. For example typing '1+1' and enter:
> 1+1
[1] 2
> 1+1
[1] 2
Why does it do this?
Edit: Using RStudio 0.98.507. Apologies.