[Rd] Problem with tcltk package: tclfile.dir missing?
Seth Falcon
sfalcon at fhcrc.org
Mon Sep 25 06:52:34 CEST 2006
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
More information about the R-devel
mailing list