Skip to content
Back to formatted view

Raw Message

Message-ID: <m28xk835v1.fsf@ziti.local>
Date: 2006-09-25T04:52:34Z
From: Seth Falcon
Subject: 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:

> 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