/usr/lib/R/site-library/matrixStats/DESCRIPTION is in r-cran-matrixstats 0.10.3-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 29 | Package: matrixStats
Version: 0.10.3
Depends: R (>= 2.9.0)
Imports: methods, R.methodsS3 (>= 1.6.1)
Suggests: R.rsp
Date: 2014-10-01
Title: Methods that apply to rows and columns of a matrix
Authors@R: c(
person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email="henrikb@braju.com"),
person("Hector", "Corrada Bravo", role="ctb"),
person("Robert", "Gentleman", role="ctb"),
person("Ola", "Hossjer", role="ctb"),
person("Harris", "Jaffee", role="ctb"),
person("Peter", "Langfelder", role="ctb"))
Author: Henrik Bengtsson [aut, cre, cph], Hector Corrada Bravo [ctb], Robert Gentleman [ctb], Ola Hossjer [ctb], Harris Jaffee [ctb], Peter Langfelder [ctb]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Description: This packages provides methods operating on rows and columns of matrices, e.g. col/rowMedians() and col/rowRanks(). There are also some vector-based methods, e.g. anyMissing(), weightedMedians(), and binMeans(). The objective is to have all methods being optimized for speed and memory usage.
License: Artistic-2.0
LazyLoad: TRUE
NeedsCompilation: yes
ByteCompile: TRUE
biocViews: Infrastructure, Statistics
URL: https://github.com/HenrikBengtsson/matrixStats
BugReports: https://github.com/HenrikBengtsson/matrixStats/issues
Packaged: 2014-10-15 20:16:48 UTC; hb
Repository: CRAN
Date/Publication: 2014-10-15 23:57:43
Built: R 3.1.1; x86_64-pc-linux-gnu; 2014-10-24 22:33:18 UTC; unix
|