How to turn off auto replacement in Emacs Speaks Statistics for R

emacs, ess, r

Solution

To stop this smart behaviour, add `(ess-toggle-underscore nil)` to your .emacs after `ess-site` has been loaded.

Problem

In `Emacs Speaks Statistics` for `R`, how can the auto replacement of `_` with `<-` be turned off?

Original source