ESS (Emacs Speaks Statistics) をgitからインストール
- cd ~/bin/
- git clone https://github.com/emacs-ess/ESS.git
- cd ess
- make
- ~/.emacsに以下のように記述*1
(add-to-list 'load-path "~/bin/ess/lisp")
(load "ess-site")
(add-to-list 'load-path "~/bin/ess/lisp")
(load "ess-site")