[Rd] buglet in hjelp("[<-")

2006-08-13 Thread Kjetil Brinchmann Halvorsen
Hola! The details section of help("[<-") contains in the Details section Subsetting (except by an empty index) will drop all attributes except names, dim and dinmanes. I guess dinmanes means dimnames! Kjetil __ R-devel@r-project.org mailing list htt

Re: [Rd] bypassing SET_DIM checking

2006-08-13 Thread Prof Brian Ripley
On Sun, 13 Aug 2006, Seth Falcon wrote: > "miguel manese" <[EMAIL PROTECTED]> writes: > > > Hello, > > > > I created an S3 "type" w/c is actually a list that should look like a > > matrix but whose data is actually in an external file. The SEXP just > > contains info on how to retrieve the data f

Re: [Rd] configure on mac

2006-08-13 Thread Robert Gentleman
Hi, I think Simon and Stefano are both off line for a little while. I can confirm that an upgrade of Xcode to either 2.3 or the very recent 2.4 is needed in most cases, either seems to work so probably 2.4 is the better choice. best wishes Robert Prof Brian Ripley wrote: > I gather

Re: [Rd] bypassing SET_DIM checking

2006-08-13 Thread Seth Falcon
"miguel manese" <[EMAIL PROTECTED]> writes: > Hello, > > I created an S3 "type" w/c is actually a list that should look like a > matrix but whose data is actually in an external file. The SEXP just > contains info on how to retrieve the data from the file. When I get to > the part of creating the