Hi, In R version 2.4.0 beta (2006-09-24 r39502) I'm seeing the following behavior with the tcltk package:
library("tcltk")
Loading Tcl/Tk interface ... done
tkfile.dir()
Error: 'tkfile.dir' is defunct.
Use 'tclfile.dir' instead.
See help("Defunct")
tclfile.dir
Error: object "tclfile.dir" not found ## But the function is in the package, just not exported?
tcltk:::tclfile.dir
function (...)
tcl("file", "dir", ...)
<environment: namespace:tcltk>
--
+ seth