ESS für R unter Windows gnuemacs

Peter Malewski p.malewski at tu-bs.de
Sun Apr 8 13:32:44 CEST 2001


On Sat, Apr 07, 2001 at 06:53:35PM +0200, fretwurst wrote:
> Hallo,
> 
> jetzt habe ich mich schonmal dumm und dusselig gesucht und traue mich jetzt
> eine mail abzusetzen. Ich versuche verzweifelt meinen emacs dazu zu
> überreden R zu steuern. Ich arbeite mit Windows (muß mit SPSS und dem Office
> arbeiten; Kompatibilitätsgründe) und habe die ESS-Dateien in meinem
> lisp-Ordner abgelegt und die Zeile (load "/PATH/ess-site") in .emacs
> eingefügt. Nix funktioniert. Ich suche eine schrittweise Anleitung für die
> Installation und Einrichtung unter Windows (welche Pfade muß ich noch
> setzen, irgendwas in die autoexec.bat schreiben usw). Für Hilfe wäre ich
> sehr dankbar.



Have you checked your *Messages* Buffer if ESS is correctly loaded? Is there an *ESS* Buffer?
If so, you can start R in emacs with "M-x R". 
I think this is just a misunderstanding: ESS
don't connect to an existing R-session. 


BTW I have added 

(setq load-path (cons "d:/emacs/site-lisp/ess-5.1.13/lisp" load-path))
(require 'ess-site)

If you haven't got the R-programm on your PATH -Variable (Autoexec.bat) add a line like

(custom-set-variables
 '(exec-path (quote ("c:/WINDOWS" "C:/WINDOWS/COMMAND" 
    "D:/R/RW1000/BIN" "." "d:/EMACS/bin"))))

or, better, customize this Variable via C-h v "exec-path"

Peter.

> 
> Benjamin Fretwurst
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> ess-help mailing list -- To (un)subscribe, send
> subscribe	or	unsubscribe
> (in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._

-- 
P.Malewski, Maschplatz 8, 38114 Braunschweig, Tel.: 0531 500965, 
At work: (MH-Hannover): 0511 532 3194 / Fax: 0511 532 3190, 
P.Malewski at tu-bs.de, peter.malewski at gmx.de, malewski.peter at mh-hannover.de.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
ess-help mailing list -- To (un)subscribe, send
subscribe	or	unsubscribe
(in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the ESS-help mailing list