Displaying 8 results from an estimated 8 matches for "tkfile".
Did you mean:
tfile
2006 Sep 25
1
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",...
2003 Aug 10
9
updated gssapi diff
this is the proposed gssapi diff against OpenSSH-current (non-portable).
note: if this goes in, the old krb5 auth (ssh.com compatible) will be
removed.
please comment.
jakob
Index: auth.h
===================================================================
RCS file: /home/hack/jakob/mycvs/sshgss/auth.h,v
retrieving revision 1.1.1.2
retrieving revision 1.3
diff -u -r1.1.1.2 -r1.3
--- auth.h
2006 Oct 03
1
R-2.4.0 is released
...lso
avoid anomalous situations in which a class or generic cannot
be found.
o trace() now creates a new S4 class for the traced object if
required. This allows tracing of user-defined subclasses of
"function".
DEPRECATED & DEFUNCT
o The re-named tcltk functions tkcmd, tkfile.tail, tkfile.dir,
tkopen, tkclose, tkputs, tkread are now defunct.
o Argument 'col' of bxp() has been removed: use 'boxfill'.
o Use of NULL as an environment is now an error.
o postscriptFont() is defunct: use Type1Font().
o La.chol() and La.chol2inv() are defun...
2006 Oct 03
1
R-2.4.0 is released
...lso
avoid anomalous situations in which a class or generic cannot
be found.
o trace() now creates a new S4 class for the traced object if
required. This allows tracing of user-defined subclasses of
"function".
DEPRECATED & DEFUNCT
o The re-named tcltk functions tkcmd, tkfile.tail, tkfile.dir,
tkopen, tkclose, tkputs, tkread are now defunct.
o Argument 'col' of bxp() has been removed: use 'boxfill'.
o Use of NULL as an environment is now an error.
o postscriptFont() is defunct: use Type1Font().
o La.chol() and La.chol2inv() are defun...
2013 Apr 03
0
R 3.0.0 is released
....
o The long-defunct functions Rd_parse(), anovalist.lm(),
categpry(), clearNames(), gammaCody(), glm.fit.null(),
lm.fit.null(), lm.wfit.null(), manglePackageNames(),
mauchley.test(), package.contents(), print.coefmat(),
reshapeLong(), reshapeWide(), tkclose(), tkcmd(), tkfile.dir(),
tkfile.tail(), tkopen(), tkputs(), tkread(), trySilent() and
zip.file.extract() have been removed entirely (but are still
documented in the help system).
o The unused dataPath argument to attachNamespace() has been
removed.
o grid.prompt() has been removed:...
2013 Apr 03
0
R 3.0.0 is released
....
o The long-defunct functions Rd_parse(), anovalist.lm(),
categpry(), clearNames(), gammaCody(), glm.fit.null(),
lm.fit.null(), lm.wfit.null(), manglePackageNames(),
mauchley.test(), package.contents(), print.coefmat(),
reshapeLong(), reshapeWide(), tkclose(), tkcmd(), tkfile.dir(),
tkfile.tail(), tkopen(), tkputs(), tkread(), trySilent() and
zip.file.extract() have been removed entirely (but are still
documented in the help system).
o The unused dataPath argument to attachNamespace() has been
removed.
o grid.prompt() has been removed:...
2006 Apr 24
0
R 2.3.0 is released
...'type' argument to default methods
of plot(), points() and lines().
o nlsMethod() and profiler() are no longer exported from the stats
namespace (and nlsMethod.plinear() is no longer registered as
a method, as nlsMethod() was not generic).
o The re-named tcltk functions tkcmd, tkfile.tail, tkfile.dir,
tkopen, tkclose, tkputs, tkread are now formally deprecated.
o Argument 'col' of bxp() is now formally deprecated.
o Use of NULL as an environment is deprecated and gives a warning.
o postscriptFont() is deprecated in favour of Type1Font() (which
is just a...
2006 Apr 24
0
R 2.3.0 is released
...'type' argument to default methods
of plot(), points() and lines().
o nlsMethod() and profiler() are no longer exported from the stats
namespace (and nlsMethod.plinear() is no longer registered as
a method, as nlsMethod() was not generic).
o The re-named tcltk functions tkcmd, tkfile.tail, tkfile.dir,
tkopen, tkclose, tkputs, tkread are now formally deprecated.
o Argument 'col' of bxp() is now formally deprecated.
o Use of NULL as an environment is deprecated and gives a warning.
o postscriptFont() is deprecated in favour of Type1Font() (which
is just a...