forked from joshuaulrich/xts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
19 lines (19 loc) · 879 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: xts
Type: Package
Title: eXtensible Time Series
Version: 0.12.2.1
Authors@R: c(
person(given=c("Jeffrey","A."), family="Ryan", role=c("aut","cph")),
person(given=c("Joshua","M."), family="Ulrich", role=c("cre","aut"), email="[email protected]"),
person(given="Ross", family="Bennett", role="ctb"),
person(given="Corwin", family="Joy", role="ctb")
)
Depends: zoo (>= 1.7-12)
Imports: methods
LinkingTo: zoo
Suggests: timeSeries, timeDate, tseries, chron, tis, tinytest
LazyLoad: yes
Description: Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability.
License: GPL (>= 2)
URL: https://github.com/joshuaulrich/xts
BugReports: https://github.com/joshuaulrich/xts/issues