Having the R console in a separate tmux pane works better for my workflow, and I saw the recent tmux issue (#152). My R session works with tmux, but the clear_line option doesn't work. When I run a line in R, it appends to the text in the R console.
This is my R config:
local opts = { clear_line = true, external_term = "tmux split-window -hf " }