/usr/lib/R/site-library/RcppRoll/DESCRIPTION is in r-cran-rcpproll 0.2.2-2.
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 | Package: RcppRoll
Type: Package
Title: Efficient Rolling / Windowed Operations
Version: 0.2.2
Date: 2015-04-04
Author: Kevin Ushey
Maintainer: Kevin Ushey <kevinushey@gmail.com>
Description: Provides fast and efficient routines for
common rolling / windowed operations. Routines for the
efficient computation of windowed mean, median,
sum, product, minimum, maximum, standard deviation
and variance are provided.
License: GPL (>= 2)
Depends: R (>= 2.15.1)
Suggests: zoo, microbenchmark, testthat, RcppArmadillo
Imports: Rcpp
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2015-04-04 23:07:51 UTC; kevinushey
Repository: CRAN
Date/Publication: 2015-04-05 01:21:30
Built: R 3.4.2; x86_64-pc-linux-gnu; 'Tue, 14 Nov 2017 10:49:00 +0100'; unix
|