Skip to content
Prev 22104 / 63424 Next

Problem with tcltk package: tclfile.dir missing?

Hi,

In R version 2.4.0 beta (2006-09-24 r39502) I'm seeing the following
behavior with the tcltk package:
Loading Tcl/Tk interface ... done
Error: 'tkfile.dir' is defunct.
Use 'tclfile.dir' instead.
See help("Defunct")
Error: object "tclfile.dir" not found

## But the function is in the package, just not exported?
function (...) 
tcl("file", "dir", ...)
<environment: namespace:tcltk>


--
+ seth