google-code-export / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 1 forks source link

R Gui like interface in Red-R #481

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Show all commands that were send to R and all output one would see if they were 
using the R Gui.

Would be nice to just duplicate the R Gui interface in Red-R and have a button 
on the canvas toolbar. 

Original issue reported on code.google.com by anup.parikh on 4 Feb 2011 at 5:59

GoogleCodeExporter commented 9 years ago
isn't this a duplication of executor?

Original comment by kylecovi...@gmail.com on 13 Feb 2011 at 6:51

GoogleCodeExporter commented 9 years ago
I'll submit that we should use Rcmdr for this, it implements a very nice 
scripting window that some intermediate R users will be familiar with.  I'll 
just put a button for that in rExecutor.  I'll also look into this a bit more 
closely to see if Rcmdr can be called with a dataset attribute in which case 
all we have to do is to call this with a dataset as the argument and then we 
can process models in this.  Then again I think making this only callable from 
rExecutor would be best.

Original comment by kylecovi...@gmail.com on 7 Jun 2011 at 4:48

GoogleCodeExporter commented 9 years ago
added poor mans gui to the executor.  This can be opened to run simple 
evaluation of commands to R and actually has some really nice plotting 
functions in it's core.  These do live outside of Red-R scope though so there 
are likely to be instabilities caused by them.  Then again this is for advanced 
users so they'll have to deal with these.

The pmg interface will only record actions executed by pmg so Red-R 
interactions are masked to this.

The RHistory seems to be working so I don't think we need too many duplications 
of this functionality.

Original comment by kylecovi...@gmail.com on 7 Jun 2011 at 4:48