Execute a code line by line in Rmarkdown?

Hi !

Thank you for developing a wonderful R IDE !
I have some questions.

I can execute code by Ctrl + Enter in R script, however, not in Rmarkdown.
Also, can I run the codes chunk-by-chunk ?
If you have such a feature, please let me know !

Finally, there is also a question about graphics.
Will there be the function to display graphs in the Rcode software (such as ggplot2), or are there plans to develop such a feature?

If these functionalities are added I believe it would make the software even better.

This software is easy for me to view and use, and similar to R tools for visual studio, which is no longer in development.
I’m looking forward to its further development !

Hi @yhvf !

Thank you for your kind message!

I can execute code by Ctrl + Enter in R script, however, not in Rmarkdown.
Also, can I run the codes chunk-by-chunk ?

Not yet, but you are right, this should be added: will be the case soon (probably by the end of 2022).

Finally, there is also a question about graphics.
Will there be the function to display graphs in the Rcode software (such as ggplot2), or are there plans to develop such a feature?

Yes, the graphics show up as an independent window outside of RCode. Unfortunatly, it may remain like this for now. Note that RCode also has an API for plotly graphs (not linked to the package), and those ones are displayed inside, see: Graph · PGM Documentation .

I’m looking forward to its further development !

Great! Best, Nicolas

Thank you for your reply!
I understand.

I hope that your development will go well.

All the best,
yhvf