RStudio won't run "Run current chunk"

Hello,

I am unable to run any kind of individual chunks in RStudio markdown documents. Once the green run button is pressed, the clock symbol appears, nothing happens and the running indicator on left side of the code just stops at the first line. What could be the cause of this?

This affects the "Run All Chunks Above" button too. Knit-button and all the related ones work, though.

For example, the following markdown document will not run with "Run current chunk" (The \ is for escaping ``` for this forum post):

---
output: html_document
---

```{r, error=TRUE}
print(apple)
1 + 1
\```

My info:

R version 4.3.1 (2023-06-16 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 11 x64 (build 22621)

RStudio 2024.12.1+563 "Kousa Dogwood" Release (27771613951643d8987af2b2fb0c752081a3a853, 2025-02-02)

Packages:
markdown_2.29
knitr_1.50

1 Like

Unsurprisingly it runs for me (throwing an error since apple is undefined). Does resetting RStudio's state help?

Thank you for your message @prubin. Unfortunately, resetting Rstudio's internal state and resetting the project folder did not solve these issues for me.

I updated my R to 4.4.3 with fresh package installations, and the Run Current Chunk problem persists.

I notice that RStudio writes my knitr parameters to params, but then hangs immediately on the first line of my markdown document (in my case library(knitr))

Also, I got a message in my console after restarting R session. I do not know if this is relevant:

Registered S3 methods overwritten by 'htmltools':
  method               from         
  print.html           tools:rstudio
  print.shiny.tag      tools:rstudio
  print.shiny.tag.list tools:rstudio
Registered S3 method overwritten by 'rmarkdown':
  method         from
  print.paged_df

Additionally, I dug this following error message up from rsession-<username>.log found at Help --> Diagnostics --> Show Log Files. <username> is a change made by me. This line was written when I as I was trying to Run Current Chunk.

2025-04-03T07:57:15.400186Z [rsession-<username>] ERROR asio.misc error 2 (End of file) [host: 127.0.0.1:34893, uri: /rpc/console_input, address: 127.0.0.1, port: 34893]; OCCURRED AT void __cdecl rstudio::core::http::AsyncClient<class rstudio_boost::asio::basic_stream_socket<class rstudio_boost::asio::ip::tcp,class rstudio_boost::asio::any_io_executor> >::handleReadStatusLine(const class rstudio_boost::system::error_code &) C:\Users\jenkins\workspace\ide-os-windows\rel-kousa-dogwood\src\cpp\core\include\core/http/AsyncClient.hpp:530; LOGGED FROM: void __cdecl rstudio::session::modules::rmarkdown::notebook::`anonymous-namespace'::NotebookQueue::consoleThreadMain(void) C:\Users\jenkins\workspace\ide-os-windows\rel-kousa-dogwood\src\cpp\session\modules\rmarkdown\NotebookQueue.cpp:530