Re: [Rd] Drop single-dimensional array

2010-09-09 Thread Tony Plate
On 9/9/2010 10:54 AM, William Dunlap wrote: -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of Arni Magnusson Sent: Wednesday, September 08, 2010 11:55 AM To: r-devel@r-project.org Cc: Simon Urbanek Subject: [Rd] Drop single-dimensi

Re: [Rd] [R] large files produced from image plots?

2010-09-09 Thread Stephen T.
Thanks Paul and Baptiste, grid.raster() also crashes for me if I use x11(), but for quartz() is ok, and in the latter case I can also get colors to show up where I can only see greyscale for rasterImage(). The output of my sessionInfo() is below [OS X 10.5, 64-bit Core 2 Duo Macbook]: > session

Re: [Rd] Drop single-dimensional array

2010-09-09 Thread William Dunlap
> -Original Message- > From: r-devel-boun...@r-project.org > [mailto:r-devel-boun...@r-project.org] On Behalf Of Arni Magnusson > Sent: Wednesday, September 08, 2010 11:55 AM > To: r-devel@r-project.org > Cc: Simon Urbanek > Subject: [Rd] Drop single-dimensional array > > Hi Simon, thank

Re: [Rd] An ls error which is not an error...

2010-09-09 Thread Duncan Murdoch
On 09/09/2010 5:57 AM, Barry Rowlingson wrote: If I try ls with an unquoted version of something in my search list, I get an error message but the ls completes successfully. For example: > attach("x.RData") > ls(file:x.RData) Error in try(name) : object 'x.RData' not found [1] "x" which see

[Rd] An ls error which is not an error...

2010-09-09 Thread Barry Rowlingson
If I try ls with an unquoted version of something in my search list, I get an error message but the ls completes successfully. For example: > attach("x.RData") > ls(file:x.RData) Error in try(name) : object 'x.RData' not found [1] "x" which seems to be because ls first does: nameValue <- try(