Hi, the programming cycle in R is (1) create somefile.R in some ascii editor (2) use "source(somefile.R)" to read it. (3) change the file and repeat step (2). Or there's a better way ? Which section of which manual explains that ? Pedro Cruz
programming cycle: file managment
2 messages · Pedro Cruz, Sean Davis
Try using emacs and ess. It will do what you ask and much, much more. For most systems, emacs is available as a binary or debian package; installing ess can usually be done painlessly from within emacs. Sean ----- Original Message ----- From: "Pedro Cruz" <jpedro at mat.ua.pt> To: <R-help at stat.math.ethz.ch> Sent: Tuesday, January 20, 2004 12:41 PM Subject: [R] programming cycle: file managment
Hi, the programming cycle in R is (1) create somefile.R in some ascii editor (2) use "source(somefile.R)" to read it. (3) change the file and repeat step (2). Or there's a better way ? Which section of which manual explains that ? Pedro Cruz
______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html