[R-gui] Interface for Edit-Plus Editor

Ernesto Jardim ernesto at ipimar.pt
Fri Oct 3 16:50:43 MEST 2003


On Fri, 2003-10-03 at 15:12, Greg Riddick 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?
> 
> Thanks,
> Greg Riddick
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> R-SIG-GUI mailing list
> R-SIG-GUI at stat.math.ethz.ch
> https://www.stat.math.ethz.ch/mailman/listinfo/r-sig-gui

Have you tried the "usual" procedure ? 

Do

options(editor="editplus")

And then try

edit(fun)

and see what happens.

Maybe you don't need to do anything :)

EJ



More information about the R-SIG-GUI mailing list