2

As shown in the screenshot the Console seems to have gotten into a strange state. Is there a way to reset it? As can be seen I've already hit Stop several times.

enter image description here

Is there more generally a way to reset any panel in RStudio ?

WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560
  • Can you try CTRL + C as well as ESC? – Tim Biegeleisen Feb 05 '18 at 06:15
  • `+` signs at the start of the line signify that some expression on a previous line was incomplete (e.g. bracket that wasn't closed off), and R is waiting for the closing bracket or whatever. Pressing cancels the input and returns it to normal – Marius Feb 05 '18 at 06:20
  • 1
    thanks Marius - yea turns out i had pasted some code inside a `for` loop and it was waiting for the closing `}` just like you hinted. You should put an answer and get some points for your trouble. – WestCoastProjects Feb 05 '18 at 06:46
  • [stuck on "+"](https://support.rstudio.com/hc/en-us/community/posts/200792676-stuck-on-) – Henrik Feb 05 '18 at 07:55

1 Answers1

1

you can right click while over the console and click reload, this may help