[Rd] [.raster bug {was str() on raster objects fails ..}

2011-02-01 Thread Martin Maechler
Henrik Bengtsson h...@biostat.ucsf.edu on Mon, 31 Jan 2011 11:16:59 -0800 writes: Hi, str() on raster objects fails for certain dimensions. For example: str(as.raster(0, nrow=1, ncol=100)) 'raster' chr [1, 1:100] #00 #00 #00 #00 ...

[Rd] dotchart {graphics} 2.11.1 vs. 2.12.1 [followed up from Rhelp]

2011-02-01 Thread Joshua Wiley
Dear List, With the R 2.12.0 addition of table methods for points(), dotchart() struggles with tables. I found several possible solutions, but it is beyond my skill to decide what is best. Here is a small example: # x - table(infert$education) y -

Re: [Rd] Warning: you may need to use R-patched with recent R distros

2011-02-01 Thread Dominick Samperi
On Mon, Jan 31, 2011 at 3:18 PM, Prof Brian Ripley rip...@stats.ox.ac.uk wrote: On Mon, 31 Jan 2011, ken.willi...@thomsonreuters.com wrote: For the complex-numbers bug, do you know a reliable way (besides looking at version numbers) to determine whether the bug is present or absent in a given

Re: [Rd] [.raster bug {was str() on raster objects fails ..}

2011-02-01 Thread Paul Murrell
Hi On 1/02/2011 9:22 p.m., Martin Maechler wrote: Henrik Bengtssonh...@biostat.ucsf.edu on Mon, 31 Jan 2011 11:16:59 -0800 writes: Hi, str() on raster objects fails for certain dimensions. For example: str(as.raster(0, nrow=1, ncol=100)) 'raster' chr [1, 1:100]

Re: [Rd] [.raster bug {was str() on raster objects fails ..}

2011-02-01 Thread Henrik Bengtsson
On Tue, Feb 1, 2011 at 4:46 PM, Paul Murrell p.murr...@auckland.ac.nz wrote: Hi On 1/02/2011 9:22 p.m., Martin Maechler wrote: Henrik Bengtssonh...@biostat.ucsf.edu     on Mon, 31 Jan 2011 11:16:59 -0800 writes:      Hi, str() on raster objects fails for certain dimensions.  For      

Re: [Rd] [.raster bug {was str() on raster objects fails ..}

2011-02-01 Thread Paul Murrell
Hi On 2/02/2011 2:03 p.m., Henrik Bengtsson wrote: On Tue, Feb 1, 2011 at 4:46 PM, Paul Murrellp.murr...@auckland.ac.nz wrote: Hi On 1/02/2011 9:22 p.m., Martin Maechler wrote: Henrik Bengtssonh...@biostat.ucsf.edu on Mon, 31 Jan 2011 11:16:59 -0800 writes: Hi, str() on

[Rd] Memory Leak

2011-02-01 Thread Dario Strbenac
Hello, I'm trying to track down the cause of some extreme memory usage and I've been using Dirk Eddelbuettel's lsos() function he posted on stack overflow. There is a large difference between R's RAM usage : PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 6637 darstr20

Re: [Rd] Memory Leak

2011-02-01 Thread Simon Urbanek
On Feb 1, 2011, at 9:00 PM, Dario Strbenac wrote: Hello, I'm trying to track down the cause of some extreme memory usage and I've been using Dirk Eddelbuettel's lsos() function he posted on stack overflow. There is a large difference between R's RAM usage : PID USER PR NI VIRT

Re: [Rd] Memory Leak

2011-02-01 Thread Dario Strbenac
Hello again, Thanks, that explanation helps me understand the issue more. My platform is Platform: x86_64-unknown-linux-gnu (64-bit) (Ubuntu 10.04 to be more precise). - Dario. Original message Date: Tue, 1 Feb 2011 21:29:38 -0500 From: Simon Urbanek simon.urba...@r-project.org