2011/06/05

Hello, ess (1st contact)

I tried to use emacs + ess (Emacs Speaks Statistics) to program R code quickly.

INSTALL
  1. aptitude install ess
  2. echo "(require 'ess-site)" >> ~/.emacs.d/init.el
USAGE
  1. boot emacs
  2. M-x 2 => divide emacs buffer
  3. M-x R => boot R-console
SAMPLE ESS COMMANDS
  • C-c C-j: execute current line
  • C-c M-j: execute current line and move to end of R-console
  • C-c C-b: execute current buffer
  • C-c M-b: execute current buffer and move to end of R-console
  • C-c C-r: execute current region
  • C-c M-r: execute current region and move to end of R-console

ESS COMMAND REFERENCE (more ess command is introduced in RjpWiki.)
Command of ess (by RjpWiki)

No comments:

Post a Comment

100