module R_mode: sig .. end
This module defines a R mode for Chamo:
- a "R" output (using
Ed_outputs.interactive_output),
- a "r_eval" command which sends the contents of the active sourceview
to the background R process attached to the "R" output. If some text
is selected in the view, only this text is sent to R,
- a "R" mode, with a default key binding "C-p" to call the "r_eval" command.
Author(s): Maxence Guesdon
Version: 0.1

Cameleon.Chamo.R_mode