Prefer ragg in the IDE plot pane or fall back to a ragg PNG device
jonohey_use_ragg.RdIn RStudio/Posit: switches the plot pane backend to ragg and closes the current pane device so the next plot uses ragg immediately.
Elsewhere: sets the default graphics device to ragg::agg_png for this session.