Skip to content

fBasics / timeSeries() - memory issue?

1 message · Adam Klein

#
You are right: the date for row 7568 is NA-NA-NA due to a bug in my date format transformation function ...

thanks!

-----Original Message-----
From: Dirk Eddelbuettel [mailto:edd@debian.org]
Sent: Wednesday, December 29, 2004 1:53 PM
To: Adam Klein
Cc: r-sig-finance@stat.math.ethz.ch
Subject: Re: [R-sig-finance] fBasics / timeSeries() - memory issue?
On Wed, Dec 29, 2004 at 01:14:16PM -0500, Adam Klein wrote:
In my experience this is almost always due to an irregular data field. I'd
check that line in the input, i.e.

recs[7568,1:51]

as I suspect that recs[7568,1] may simply have a format different from
%Y-%m-%d.

Hth, Dirk