Re: [Rd] Random Number Generator RNGkind() under R CMD check (PR#4691)

2003-10-22 Thread maechler
WoHub == w huber [EMAIL PROTECTED] on Mon, 20 Oct 2003 22:15:04 +0200 (MET DST) writes: WoHub Full_Name: Wolfgang Huber WoHub Version: 1.8.0 WoHub OS: Linux WoHub Submission from: (NULL) (193.174.58.146) WoHub The man page for RNGkind says that the default is WoHub

[Rd] Windows RConsole Focus

2003-10-22 Thread James Wettenhall
Hi, I was looking for a Windows-specific R function to focus the console window and couldn't find one. The motivation is that after loading the tcltk package, the main Tk window . is presumably focused but then immediately withdrawn (hidden) so the RConsole loses its focus and you have to

[Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-22 Thread i . wilson
Full_Name: Ian Wilson Version: R-1.8.0 OS: Windows (but own compilation) Submission from: (NULL) (139.133.7.38) the p-value is incorrect for cor.test using method spearman in R-1.8.0. This was not the case in R-1.7.1. Version R-1.8.0 on Windows cor.test(rnorm(50),rnorm(50),method=spearman)

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-22 Thread Duncan Murdoch
On Wed, 22 Oct 2003 11:51:46 +0100 (BST), you wrote: Without knowing the seed used it is impossible for us to reproduce this, but I am not seeing anything strange. I'm getting strange results in 1.8.0 for Windows too. set.seed(1) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman)

RE: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-22 Thread i . wilson
reproducible example b1 - c(42.5565911271682, 27.5164947336246, 39.483642950093, 103.942262842055, 36.0059074090041, 38.5628716462492, 30.4961003157125, 41.4309 [TRUNCATED] b2 - c(32.38938053, 22., 33.05454545, 42.21176471, 40.10869565, 29.80952381, 24.79452055,

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-22 Thread maechler
Duncan == Duncan Murdoch [EMAIL PROTECTED] on Wed, 22 Oct 2003 08:17:32 -0400 writes: Duncan I've now tried the code set.seed(1) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman) Duncan in r-patched (which

Re: [Rd] bug in fisher test---p-value cannot be Inf (PR#4688)

2003-10-22 Thread maechler
kjetil == kjetil halvorsen [EMAIL PROTECTED] on Mon, 20 Oct 2003 20:18:11 +0200 (MET DST) writes: kjetil I just found a bug in fisher.test(). This is rw1080, on windows XP. kjetil A p-value can certainly not be Inf, but: Thank you, Kjetil. The bug does not seem to be version or

[Rd] Core dump when calling tclvalue (PR#4724)

2003-10-22 Thread mckay
Full_Name: Neil McKay Version: 1.8.0 OS: Linux (RedHat 7.1) Submission from: (NULL) (129.124.42.210) I get a core dump when executing the following code: library(tcltk) zzz-tclArray() tclvalue(zzz) Running under gdb gives this output: Program received signal SIGSEGV, Segmentation fault.

Re: [Rd] Core dump when calling tclvalue (PR#4724)

2003-10-22 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: Full_Name: Neil McKay Version: 1.8.0 OS: Linux (RedHat 7.1) Submission from: (NULL) (129.124.42.210) I get a core dump when executing the following code: library(tcltk) zzz-tclArray() tclvalue(zzz) Running under gdb gives this output: Program

[Rd] assigning to a null data frame. (PR#4727)

2003-10-22 Thread ashenfluff
Full_Name: Ben K. Version: 1.8.0 OS: win2k Submission from: (NULL) (208.243.20.222) This fails: vars-data.frame(NULL) vars$delta-4 output: Error in $-.data.frame(`*tmp*`, delta, value = 4) : replacement has 1 rows, data has 0 It worked in 1.7.0 and all previous, and if we initialize

[Rd] persp - incorrect shading of triangular facets (PR#4731)

2003-10-22 Thread ihaka
Full_Name: Ross Ihaka Version: all versions containing persp OS: linux Submission from: (NULL) (130.216.191.167) When is persp is invoked on a matrix of heights which contains missing values, the surface which is drawn will contain triangular facets. The shading computations for these facets

[Rd] docu buglet in ?text (PR#4732)

2003-10-22 Thread kjetil
?text says ... Labels whose x, y, labels, cex or xol value is NA are omitted from the plot. I guess xol should be col? Kjetil Halvorsen __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel