Re: [Rd] Problem with tcltk package: tclfile.dir missing?

2006-09-24 Thread Peter Dalgaard
Seth Falcon <[EMAIL PROTECTED]> writes: > 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.

[Rd] Problem with tcltk package: tclfile.dir missing?

2006-09-24 Thread Seth Falcon
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"

Re: [Rd] generics for primitive functions

2006-09-24 Thread Pr. Jean-Michel Collard
Short reply -- I'm away from regular web access for 2 days. The exception would break a simple test (is.object() essentially) and likely have serious efficiency problems. You'd need a better argument, I suspect. > Yes, I figured I might have entered the forbidden zone (one hint was > that I had

Re: [Rd] change in output wording causes make check to fail

2006-09-24 Thread Prof Brian Ripley
On Sun, 24 Sep 2006, Kevin B. Hendricks wrote: > Hi, > > From an svn update run just a few minutes ago, make check-all fails > > running code in 'R-intro.R' ... OK > comparing 'R-intro.Rout' to '../../r-devel/r-devel/R/tests/R- > intro.Rout.save' ...608c608 > < alternative hypothesis: true locatio

Re: [Rd] package that has a subdirectory in src

2006-09-24 Thread Prof Brian Ripley
On Sun, 24 Sep 2006, Armstrong, Whit wrote: > How does one tell R to compile code contained in subdirs of the /src > directory? Write a src/Makefile. There are several examples on CRAN: e.g. Matrix, SQLiteDF, mapproj. > I have a few files that I'd like to keep together as one unit. > > The che

[Rd] package that has a subdirectory in src

2006-09-24 Thread Armstrong, Whit
How does one tell R to compile code contained in subdirs of the /src directory? I have a few files that I'd like to keep together as one unit. The cheesy way that I can think of is to put slinks in the src directory to the files contained in the subdir, but that's not really the solution I'm look

[Rd] change in output wording causes make check to fail

2006-09-24 Thread Kevin B. Hendricks
Hi, From an svn update run just a few minutes ago, make check-all fails running code in 'R-intro.R' ... OK comparing 'R-intro.Rout' to '../../r-devel/r-devel/R/tests/R- intro.Rout.save' ...608c608 < alternative hypothesis: true location shift is not equal to 0 --- > alternative hypothesis: tru