Skip to content

Commit

Permalink
Require zoo >= 1.8-12 for long-vector support
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joshuaulrich committed Mar 11, 2023
1 parent 5e24deb commit 1154ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1154ed2

Please sign in to comment.