/usr/lib/R/site-library/irlba/DESCRIPTION is in r-cran-irlba 2.1.2-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: irlba
Type: Package
Title: Fast Truncated SVD, PCA and Symmetric Eigendecomposition for
Large Dense and Sparse Matrices
Version: 2.1.2
Date: 2016-09-20
Authors@R: c(
person("Jim", "Baglama", rol=c("aut", "cph"), email="jbaglama@uri.edu"),
person("Lothar", "Reichel", role=c("aut", "cph"), email="reichel@math.kent.edu"),
person("B. W.", "Lewis", role=c("aut","cre","cph"), email="blewis@illposed.net"))
Description: Fast and memory efficient methods for truncated singular and
eigenvalue decompositions and principal component analysis of large sparse or
dense matrices.
Depends: Matrix
LinkingTo: Matrix
Imports: stats, methods
License: GPL-3
BugReports: https://github.com/bwlewis/irlba/issues
RoxygenNote: 5.0.0
NeedsCompilation: yes
Packaged: 2016-09-21 13:57:09 UTC; blewis
Author: Jim Baglama [aut, cph],
Lothar Reichel [aut, cph],
B. W. Lewis [aut, cre, cph]
Maintainer: B. W. Lewis <blewis@illposed.net>
Repository: CRAN
Date/Publication: 2016-09-21 19:27:40
Built: R 3.3.2; x86_64-pc-linux-gnu; 'Tue, 08 Nov 2016 11:04:54 +0100'; unix
|