Re: [Rd] cat, print and documentation disagree (PR#8992)

2006-06-16 Thread pdbailey
The tone of your email makes it look like you think the exact output of cat and print in these instances is irrelevant and not worth thinking about and that the documentation is `close enough,' or up to the (perhaps implied) R documentation standard. This is a reasonable stance. If you hold it, ple

[Rd] PR#8282

2005-11-17 Thread pdbailey
When an attempt was made to reproduce this on other platforms, how high was the index? For one of my Apples, I need to take it very high, maybe 100? Sorry, I guess I edited that part out. -- zi <- vector() for(i in 1:100) { zi[i] <- c(1,2) } zi[,1] -- ___

[Rd] cor doesn't accept na.rm? (PR#8193)

2005-10-09 Thread pdbailey
Full_Name: Paul Bailey Version: 2.1.1 OS: OS X 10.3 Submission from: (NULL) (68.252.250.144) ?cor [tells me that it has a na.rm variable] > cor(frame2[1,],frame2[2,],na.rm=T) Error in cor(frame2[1, ], frame2[2, ], na.rm = T) : unused argument(s) (na.rm ...) hmm. _