From 1154ed2a569bcc678b939cbbe4da662d839744b0 Mon Sep 17 00:00:00 2001 From: Joshua Ulrich Date: Sat, 11 Mar 2023 14:06:30 -0600 Subject: [PATCH] Require zoo >= 1.8-12 for long-vector support This also requires a change in the lag() and coredata() zoo functions. They have been added to the 1.8-12 development version of zoo. See #239. --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b6513f1c..991b64e0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Authors@R: c( person(given="Ross", family="Bennett", role="ctb"), person(given="Corwin", family="Joy", role="ctb") ) -Depends: R (>= 3.6.0), zoo (>= 1.7-12) +Depends: R (>= 3.6.0), zoo (>= 1.8-12) Imports: methods LinkingTo: zoo Suggests: timeSeries, timeDate, tseries, chron, tis, tinytest