Skip to content

ESS

2 messages · Mahdi Osman, Adaikalavan Ramasamy

#
Hi all,

I am running R 2.0.1 under Windows XP in German. I configured my path as
follows:

C:\Programme\R\rw2001\bin;C:\Programme\xemacs-packages\lib-src\;C:\Programme\XEmacs-21.4.13\i586-pc-win32

I can not start R proccess or ESS from within XEmacs. What is going wrong?

I can not start S. M-x S gives "no matching"

How can I configure XEmacs for STATA 8?

Thanks for your help.


M
#
There is an ESS mailing list that might be more appropriate.

I use emacs rather than Xemacs, but I think you need to point the path
to ess in init.el file which is located on the home directory. E.g. :

   (setq ess-icon-directory "C:/Programme/xemacs-packages/etc/ess")
   (require 'ess-site)

Follow the excellent instructions at John Fox's website
http://socserv.mcmaster.ca/jfox/Books/Companion/ESS/

Then to start R, try 'M-x R'.

Regards, Adai
On Thu, 2005-03-03 at 23:57 +0100, Mahdi Osman wrote: