Hello, Does anybody know how can i call a R function in a tcltk file? I made a tcltk file, but I need call functions in R. i.e: in R I can put .Tcl("tcltk statement"). There are a same command to call R in a tcltk file? I want to make a R Gui using tcltk language, do you recommend use a tcltk or a R pack tcltk and don't use tcltk language? Thanks for your attention. Marcos Cerqueira J?nior Alagoas University - Brazil ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
On Wed, 2003-11-12 at 13:41, mcaj at tci.ufal.br wrote:> Hello, Does anybody know how can i call a R function in a tcltk file? I made > a tcltk file, but I need call functions in R. i.e: in R I can put .Tcl("tcltk > statement"). There are a same command to call R in a tcltk file? > > I want to make a R Gui using tcltk language, do you recommend use a tcltk or > a R pack tcltk and don't use tcltk language? > > Thanks for your attention. > > > Marcos Cerqueira J?nior > Alagoas University - BrazilYou might want to look at John Fox's RCmdr: http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/ Which I suspect, does what you are considering, though not to dissuade you in any way from contributing... :-) HTH, Marc Schwartz
mkondrin@relay.hppi.troitsk.ru
2003-Nov-13 08:54 UTC
[R] Using tcltk language with R system
On Wed, Nov 12, 2003 at 04:41:21PM -0300, mcaj at tci.ufal.br wrote:> > > Hello, Does anybody know how can i call a R function in a tcltk file? I made > a tcltk file, but I need call functions in R. i.e: in R I can put .Tcl("tcltk > statement"). There are a same command to call R in a tcltk file? > > I want to make a R Gui using tcltk language, do you recommend use a tcltk or > a R pack tcltk and don't use tcltk language? > > Thanks for your attention. > > > Marcos Cerqueira J?nior > Alagoas University - Brazil > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-helpin tcltk file you can use tcl command R_eval ... (... - any valid R statement).