impossible to run current line of code in code-chunk in with new RStudio 2023.06.1+524 "Mountain Hydrangea" 2023-07-07 for windows

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 :+1:

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

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.