Message-ID: <20090127181830.f244f1c2.jon@restlesslemon.co.uk>
Date: 2009-01-27T17:18:30Z
From: Jon Senior
Subject: Return values from .Call and garbage collection
In-Reply-To: <1A68FCB28DE72F4BA3B967E6506CCE43047DF5E5@mildnpexmb01.maninvestments.ad.man.com>
On Tue, 27 Jan 2009 12:25:12 -0000
"Sklyar, Oleg \(London\)" <osklyar at maninvestments.com> wrote:
> Most likely issue is your code itself, out of range indexing, failure to
> initialise all elements of the allocated structure correctly, 1 and not
> 0-based indexing, use of other R variables for initialisation that
> should have been protected but were not etc.
Apologies one and all. Oleg was right. I was writing into a Matrix but my method for doing so was wrong. Error fixed, and now it's all behaving. Thanks.
--
Jon Senior <jon at restlesslemon.co.uk>