/usr/lib/R/site-library/xts/DESCRIPTION is in r-cran-xts 0.10-1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | Package: xts
Type: Package
Title: eXtensible Time Series
Version: 0.10-1
Date: 2017-12-19
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="josh.m.ulrich@gmail.com"),
person(given="Ross", family="Bennett", role="ctb")
)
Depends: zoo (>= 1.7-12)
Imports: methods
LinkingTo: zoo
Suggests: timeSeries, timeDate, tseries, chron, fts, tis, RUnit
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
NeedsCompilation: yes
Packaged: 2017-12-20 15:42:47 UTC; josh
Author: Jeffrey A. Ryan [aut, cph],
Joshua M. Ulrich [cre, aut],
Ross Bennett [ctb]
Maintainer: Joshua M. Ulrich <josh.m.ulrich@gmail.com>
Repository: CRAN
Date/Publication: 2017-12-20 16:35:03 UTC
Built: R 3.4.3; x86_64-pc-linux-gnu; 'Tue, 09 Jan 2018 11:16:12 +0100'; unix
|