Thanks for advise.
But, unfortunately R code chunk still freezes after comletely computer shut down and reset RStudio as written in the linked article.
I found two metigation countermeasures below;
Countermeasure-:1 Output in console
Add below in Quarto file.
editor_options:
chunk_output_type: console
This time, R code chunk run immediately and output comes in console at the bottom and plot pane like below.
So far, I can use this way, but I prefer output printed in-line rather than printed in console at the bottom and plot pane. If anyone have some idea, please tell me.
In addition, Rmarkdown R code chunk freezes as same as Quarto. When I add the code below I can see output in console.
editor_options:
chunk_output_type: console
Countermeasure-:2 Downgrade RStudio IDE
I installed previous RStudio IDE 2024.09.1+394 from 2024.09.1+394.pro7. Then R code chunk run appropriately.
So far, I do not need new features which are added in 2024.12.0-467, so I can do my job with 2024.09.1+394. But, I want the problem to be fixed with newest version someday. I found an issue in GitHub with same kind of problem. It seems like a software bug.
Just adding my voice. I'm having the same problem in both Quarto and RMarkdown on Windows. Four hours with Claude AI and I still haven't identified the problem. This has to be a bug.