Is it possible to use the console from within tcltk?

> library(tcltk)
> tcl("puts", "stdout", "Hello, World")
Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"),
class = "tclObj") :
  [tcl] can not find channel named "stdout".
> .Tcl('puts stdout "Hello, World"')
Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class
= "tclObj") :
  [tcl] can not find channel named "stdout".
> R.version.string  # Windows Vista
[1] "R version 2.7.0 RC (2008-04-17 r45367)"

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to