Cannot stop running code in R Markdown in RStudio 1.2

It seems that in RStudio v1.2.1335-1 (Windows 10) I cannot stop code running after run some, several or all chunks. Why I try to stop the code from running (e.g. by clicking the stop button next to the progress bar), the code is still running in the console.
The only solution is to restart RStudio.

1 Like

I've had the same experience with the new version on Mojave

Same behavior on Ubuntu 18 with RStudio Server

1 Like

Any chance someone could share a reproducible example, so that we could try and reproduce the issue locally? For example, an R Markdown document whose chunks cannot be interrupted when run.

last time, when I using keras and sparklyr, and after calling copy data too big from local to remote spark storage or gpu storage, the R Markdown will be dead.

I will see if I can find an example with sharable code

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.