Hello, I have a problem with using Iwidgets in R while i'm able to use BWiget and Tktable. If I let tcl list the names of packages, Iwidgets seems available. I use R 2.6.0; in addition addTclPath("C:/Tcl/lib") has been used (in which iwidets is present)
> try(tcl("package", "names")) <Tcl> http opt tcltest ::Utility::expand Widget ::Utility::number BWidget msgcat Tktable Hierarchy ::Utility Iwidgets registry ::Utility::dump ::Utility::tk ::Utility::string Tcl dde Tk > tclRequire("BWidget") <Tcl> 1.8 > tclRequire("Tktable") <Tcl> 2.9 > tclRequire("Iwidgets") [1] FALSE Warning message: In tclRequire("Iwidgets") : Tcl package 'Iwidgets' not found With regards, Roelof Heddema [[alternative HTML version deleted]] ______________________________________________ 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.