Thursday, September 24, 2009

ess + emacs -> install.packages("PackagesName")

Using emacs is wonderful and interesting experience in my working life.

In MS I'm using emacs + ess(emacs speakes statistics), also.
But the usage is not comfort in linux machine. so I have to modify a few things.
when I want additional package from R-package site, I follow as followes.

1. C-u M-x R
2. --internet2
3. chooseCRANmirror(graphics = FALSE)
4. install.packages("package_name")
5. library(help=package_name)

It's not the only one solution but just for me, however whoever want to download and install the additional packages use it :)