search for: tcltest

Displaying 1 result from an estimated 1 matches for "tcltest".

Did you mean: acltest
2007 Oct 15
0
iwidgets not found in r on windows
...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("Iwidg...