File: control

package info (click to toggle)
r-cran-slam 0.1-40-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 404 kB
  • ctags: 22
  • sloc: ansic: 1,410; makefile: 1
file content (16 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: r-cran-slam
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.3.2), cdbs
Standards-Version: 3.9.8
Homepage: http://cran.r-project.org/web/packages/slam/index.html

Package: r-cran-slam
Architecture: any
Depends: ${shlibs:Depends}, ${R:Depends}
Description: GNU R sparse lighweight arrays and matrices package
 This package provides data structures and algorithms for sparse 
 arrays and matrices, based on index arrays and simple triplet
 representations, respectively.