[R-gui] Interface for Edit-Plus Editor
I actually am trying to execute using a command passed to Rterm.exe. I get the following output back to the editor: ---------- R-batch ---------- R : Copyright 2002, The R Development Core Team Version 1.6.1 (2002-11-01) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type `license()' or `licence()' for distribution details. R is a collaborative project with many contributors. Type `contributors()' for more information. Type `demo()' for some demos, `help()' for on-line help, or `help.start()' for a HTML browser interface to help. Type `q()' to quit R. *** Error: getline(): not interactive, use stdio. Normal Termination Output completed (1 sec consumed). ----- Original Message ----- From: "Duncan Murdoch" <dmurdoch@pair.com> To: "Greg Riddick" <gr3k@virginia.edu> Sent: Friday, October 03, 2003 1:27 PM Subject: Re: [R-gui] Interface for Edit-Plus Editor
On Fri, 3 Oct 2003 10:12:42 -0400, "Greg Riddick" <gr3k@virginia.edu> wrote :
I'm trying to develop an interface between R and the Editplus editor (for
Windows). http://www.editplus.com/
Editplus can be customized to send files and selected text to an external
program and capture the output.
I've tried using batch commands to R etc. without much success. Does
anyone have experience they could share with me about interfacing editors to R in windows?
I don't have any experience with that. However, if they can work with a console mode program, then rterm (not Rgui) is what you want to be executing. Duncan Murdoch