I want to know if there is a configuraiton option to let me continue edit my R script after I send a code chunk for ess to evaluate (using C+RT).
Thank you for your time.
I want to know if there is a configuraiton option to let me continue edit my R script after I send a code chunk for ess to evaluate (using C+RT).
Thank you for your time.
You want to customize ess-eval-visibly
. Set it to either nil
or 'nowait
, depending on what you want.
When nil
, ESS won't print the input. When 'nowait
, ESS prints the input but doesn't wait for the process to finish before doing so.