File: control

package info (click to toggle)
r-cran-bigmemory 4.5.36-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 608 kB
  • sloc: cpp: 4,905; ansic: 77; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download
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
Source: r-cran-bigmemory
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Dylan Aïssi <bob.dybian@gmail.com>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-r,
               r-base-dev,
               r-cran-rcpp,
               r-cran-bigmemory.sri,
               r-cran-bh
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-bigmemory
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-bigmemory.git
Homepage: https://cran.r-project.org/package=bigmemory

Package: r-cran-bigmemory
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Manage Massive Matrices with Shared Memory and Memory-Mapped Files
 Create, store, access, and manipulate massive matrices.
 Matrices are allocated to shared memory and may use memory-mapped
 files.  Packages 'biganalytics', 'bigtabulate', 'synchronicity', and
 'bigalgebra' provide advanced functionality.