Re: [Rd] help.search in trouble with R-patched ?

2003-10-14 Thread Jan de Leeuw
This works fine in R-patched in Darwin. On Oct 14, 2003, at 23:02, Laurent Gautier wrote: help.search("prompt", agrep=F) === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bl

[Rd] help.search in trouble with R-patched ?

2003-10-14 Thread Laurent Gautier
...unless its me missing something... > help.search("prompt", agrep=F) Error: couldn't find function ".class1" > traceback() 12: initialize(value, ...) 11: initialize(value, ...) 10: new("ObjectsWithPackage", value, package = pkg) 9: metaNameUndo(unique(these), prefix = "M", searchForm = searchFo

Re: [Rd] fivenum (PR#4586)

2003-10-14 Thread Dirk Eddelbuettel
On Wed, Oct 15, 2003 at 01:20:04AM +0200, [EMAIL PROTECTED] wrote: > Full_Name: Richard Huggins > Version: 1.7.1 > OS: windows 2000 > Submission from: (NULL) (131.172.4.44) > > > > x<-rnorm(100,2,1) > > mean(x) > [1] 1.73299 > > summary(fivenum(x)) >Min. 1st Qu. MedianMean 3rd Qu.Max

[Rd] fivenum (PR#4586)

2003-10-14 Thread r . huggins
Full_Name: Richard Huggins Version: 1.7.1 OS: windows 2000 Submission from: (NULL) (131.172.4.44) > x<-rnorm(100,2,1) > mean(x) [1] 1.73299 > summary(fivenum(x)) Min. 1st Qu. MedianMean 3rd Qu.Max. -0.3655 1.1070 1.7430 1.7320 2.3840 3.7910 > summary(x) Min. 1st Qu. Median

Re: [Rd] NA %*% 0 == 0 (PR#4582)

2003-10-14 Thread Peter Dalgaard BSA
Thomas Lumley <[EMAIL PROTECTED]> writes: > On Tue, 14 Oct 2003 [EMAIL PROTECTED] wrote: > > > Full_Name: J . R. M. Hosking > > Version: 1.8.0 > > OS: Windows 2000 > > Submission from: (NULL) (129.34.20.23) > > > > > > On R 1.8.0 (and on R 1.5.1), Windows binary: > > > > > NA %*% 0 > > [,1]

Re: [Rd] NA %*% 0 == 0 (PR#4582)

2003-10-14 Thread Thomas Lumley
On Tue, 14 Oct 2003 [EMAIL PROTECTED] wrote: > Full_Name: J . R. M. Hosking > Version: 1.8.0 > OS: Windows 2000 > Submission from: (NULL) (129.34.20.23) > > > On R 1.8.0 (and on R 1.5.1), Windows binary: > > > NA %*% 0 > [,1] > [1,]0 > > This is surprising. Is it a bug? Note that > I t

[Rd] NA %*% 0 == 0 (PR#4582)

2003-10-14 Thread hosking
Full_Name: J . R. M. Hosking Version: 1.8.0 OS: Windows 2000 Submission from: (NULL) (129.34.20.23) On R 1.8.0 (and on R 1.5.1), Windows binary: > NA %*% 0 [,1] [1,]0 This is surprising. Is it a bug? Note that > 0 %*% NA [,1] [1,] NA > NA %*% 1 [,1] [1,] NA > NA * 0 [

Re: [Rd] Example of package that uses a namespace with S4 classes

2003-10-14 Thread Roger D. Peng
What about `mle'? -roger Douglas Bates wrote: Is there an example of a package that uses both a namespace and S4 classes and methods? __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel __

[Rd] Example of package that uses a namespace with S4 classes

2003-10-14 Thread Douglas Bates
Is there an example of a package that uses both a namespace and S4 classes and methods? __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] 1.8.0 on Unix: interrupting huge print()s ??

2003-10-14 Thread Luke Tierney
On Mon, 13 Oct 2003, David Brahm wrote: > Martin Maechler <[EMAIL PROTECTED]> wrote: > > When accidentally calling print() {implicitly}, we have been used here to > > press CTRL+c (twice in Emacs ESS!) for stopping the output. > > This no longer works in R 1.8.0 at least on our unix platforms. >

[Rd] gtkDevice: configure error from install.packages("gtkDevice") (PR#4575)

2003-10-14 Thread WhiteG
Full_Name: George N. White III Version: 1.8.0 OS: Irix 6.5 Submission from: (NULL) (142.176.61.245) > options(CRAN = "http://cran.us.r-project.org/";) > install.packages("gtkDevice") * Installing *source* package 'gtkDevice' ... ./configure[1221]: test: argument expected O

Re: [Rd] Double inclusion of Runix.h: why?

2003-10-14 Thread Martin Maechler
> "Thomas" == Thomas Hoffmann <[EMAIL PROTECTED]> > on Mon, 13 Oct 2003 22:34:14 +0200 writes: Thomas> This code can be found near the top of Thomas> unix/sys-std.c. Is there a reason for this? probably an oversight , cut&paste remnant, ... Now fixed; thank you, Thomas.