On Wed, Jun 07, 2006 at 11:47:17AM -0500, Dirk Eddelbuettel wrote: > On Wed, Jun 07, 2006 at 07:43:40AM -0600, dann frazier wrote: > > Package: fseries > > Version: 221.10065-1 > > Severity: important > > Tags: patch > > Hi Dann, I'd gladly apply the patch ... but it wasn't attach. Can you resend > it please?
yes, just waiting for the bug # :) thanks for the quick response. diff -urN fseries-221.10065.orig/src/033A-LongRangeDependence.c fseries-221.10065/src/033A-LongRangeDependence.c --- fseries-221.10065.orig/src/033A-LongRangeDependence.c 2005-04-19 01:41:28.000000000 -0600 +++ fseries-221.10065/src/033A-LongRangeDependence.c 2006-06-07 07:39:17.000000000 -0600 @@ -6,6 +6,7 @@ #include <stdio.h> #include <stdlib.h> #include <time.h> +#include <R_ext/Memory.h> /* diff -urN fseries-221.10065.orig/src/035A-ChaoticTimeSeries.c fseries-221.10065/src/035A-ChaoticTimeSeries.c --- fseries-221.10065.orig/src/035A-ChaoticTimeSeries.c 2005-08-10 05:58:14.000000000 -0600 +++ fseries-221.10065/src/035A-ChaoticTimeSeries.c 2006-06-07 07:39:10.000000000 -0600 @@ -3,6 +3,7 @@ #ifndef tseriesChaos_h #define tseriesChaos_h +#include <R_ext/Memory.h> #include <math.h> /* #include <R.h> */ #define sqr(a) (a)*(a) -- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

