Re: [Rd] bug using matplot (PR#10676)

2008-02-01 Thread Gavin Simpson
hits=-2.6 tests=BAYES_00 X-USF-Spam-Flag: NO On Fri, 2008-02-01 at 16:20 +0100, [EMAIL PROTECTED] wrote: > Full_Name: Anne CORI > Version: 2.6.1 > OS: windows > Submission from: (NULL) (134.157.220.19) > > > let A be a mtrix with n lines and p columns, p>36 ; > > matplot(A) will only draw the p

Re: [Rd] pheno package (PR#10674)

2008-02-01 Thread Gavin Simpson
hits=-2.6 tests=BAYES_00 X-USF-Spam-Flag: NO On Fri, 2008-02-01 at 11:05 +0100, [EMAIL PROTECTED] wrote: > Full_Name: Anja Eggert > Version: 2.4.1 > OS: > Submission from: (NULL) (139.30.70.203) > > > I want to install the pheno package. This is not working. What can I do? > Thank you very much

Re: [Rd] pheno package (PR#10674)

2008-02-01 Thread maechler
> "AE" == Anja Eggert <[EMAIL PROTECTED]> > on Fri, 1 Feb 2008 11:05:08 +0100 (CET) writes: AE> Full_Name: Anja Eggert AE> Version: 2.4.1 AE> OS: AE> Submission from: (NULL) (139.30.70.203) AE> I want to install the pheno package. This is not working. What can I

[Rd] bug using matplot (PR#10676)

2008-02-01 Thread cori
Full_Name: Anne CORI Version: 2.6.1 OS: windows Submission from: (NULL) (134.157.220.19) let A be a mtrix with n lines and p columns, p>36 ; matplot(A) will only draw the plot of the first 36 columns of A. This is due to a bug in the definition of pch in the function : pch <- c(paste(c(1:9, 0

[Rd] pheno package (PR#10674)

2008-02-01 Thread Anja . Eggert
Full_Name: Anja Eggert Version: 2.4.1 OS: Submission from: (NULL) (139.30.70.203) I want to install the pheno package. This is not working. What can I do? Thank you very much, Anja __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/lis

Re: [Rd] Pb with lapply()

2008-02-01 Thread Martin Maechler
> "HP" == Herve Pages <[EMAIL PROTECTED]> > on Thu, 31 Jan 2008 10:26:31 -0800 writes: HP> Hi, If needed, lapply() tries to convert its first HP> argument into a list before it starts doing something HP> with it: >> lapply HP> function (X, FUN, ...) HP> {

Re: [Rd] Pb with lapply()

2008-02-01 Thread Martin Maechler
> "GaGr" == Gabor Grothendieck <[EMAIL PROTECTED]> > on Thu, 31 Jan 2008 15:44:26 -0500 writes: GaGr> I just checked and the code that previously triggered GaGr> the promises in lists bug seems to work now so I guess GaGr> it is a different problem. *very* different indeed