File: control

package info (click to toggle)
rmatrix 1.2-7.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 6,664 kB
  • ctags: 2,846
  • sloc: ansic: 41,678; makefile: 333; sh: 158
file content (15 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: rmatrix
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 7.0.0), cdbs, r-base-dev (>= 3.3.1), r-cran-lattice (>= 0.12-11.1)
Standards-Version: 3.9.8

Package: r-cran-matrix
Architecture: any
Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-lattice (>= 0.12-11.1)
Description: GNU R package of classes for dense and sparse matrices
 This CRAN package provides S4 classes and methods for numerical
 linear algebra using dense or sparse matrices.  The sparse matrix
 implementation uses code from the LDL sparse matrix package and 
 code from the Metis package of partitioning algorithms.