Hello,
I downloaded the new version of R studio this afternoon. (RStudio 2023.06.1+524 "Mountain Hydrangea" Release (547dcf861cac0253a8abb52c135e44e02ba407a1, 2023-07-07) for windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2023.06.1+524 Chrome/110.0.5481.208 Electron/23.3.0 Safari/537.36)
Thank you for your works
Issue
I realise now that inside the chunks (Quarto document) I can no longer run the commands linked to the current line.
For exemple, with the following code chunck:
1 test<-mtcars %>%
2 dplyr::filter(mpg<20)
Before this new version, my cursor positioned on line 2 still allowed me to run all the code pipe. With the new version, I have to manually select the two lines to be able to run the code.
It's really not practical.
Or I missed something ?
Thanks