Hello all. I'm encountering a strange bug (I think) when I attempt to run my code using ctrl+enter. Using the shortcut results in the following:
- Running the command(s) (seemingly correctly)
- The program sitting for approximately 2-3 seconds
- The RStudio window minimizing and restoring
- All the highlighted code becoming indented.
When I use the run button, however, everything is fine. This does not seem to be an issue with the actual code I'm running, since this has happened to me across multiple scripts and Markdown files. I've also run this code using the keyboard shortcut on this machine without issue before, so this seems to be new.
I am running RStudio Version 1.2.1335 on a Windows 10 64-bit machine.
Any help would certainly be appreciated!
Edit: Thank you for putting this in the right group!