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
>Subject: Re: [Rd] Memory Leak
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
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
Hi
On 2/02/2011 2:03 p.m., Henrik Bengtsson wrote:
On Tue, Feb 1, 2011 at 4:46 PM, Paul Murrell wrote:
Hi
On 1/02/2011 9:22 p.m., Martin Maechler wrote:
Henrik Bengtsson
on Mon, 31 Jan 2011 11:16:59 -0800 writes:
>Hi, str() on raster objects fails for certain dimensions. Fo
On Tue, Feb 1, 2011 at 4:46 PM, Paul Murrell wrote:
> Hi
>
> On 1/02/2011 9:22 p.m., Martin Maechler wrote:
>>>
>>> Henrik Bengtsson
>>> on Mon, 31 Jan 2011 11:16:59 -0800 writes:
>>
>> > Hi, str() on raster objects fails for certain dimensions. For
>> > example:
>>
>>
Hi
On 1/02/2011 9:22 p.m., Martin Maechler wrote:
Henrik Bengtsson
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" "#0
On Mon, Jan 31, 2011 at 3:18 PM, Prof Brian Ripley
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 build?
>
> I
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 <
> Henrik Bengtsson
> 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" ...
>> str(as.rast