Displaying 1 result from an estimated 1 matches for "tk2dde".
Did you mean:
kudde
2012 Mar 30
1
Error in use of "gwindow" and ".First" function
...lt;-function(){
require(tcltk)
require(TeachingDemos)
library(gWidgetstcltk)
options(guiToolkit = "tcltk")
win <- gwindow("Don't worry", visible = FALSE)
}
Error message is following,
Error : .onLoad failed in loadNamespace() for 'tcltk2', details:
call: .tk2dde.require()
error: Unable to find the 'dde' Tcl/tk package!
Warning messages:
1: In tclRequire("dde") : Tcl package 'dde' not found
2: In tclRequire("dde", warn = TRUE) : Tcl package 'dde' not found
Failed with error: ?package ?tcltk2? could not be loade...