File: control

package info (click to toggle)
r-cran-corrplot 0.95-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,212 kB
  • sloc: sh: 13; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 974 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
30
31
32
Source: r-cran-corrplot
Standards-Version: 4.7.3
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Steffen Moeller <moeller@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-corrplot
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-corrplot.git
Homepage: https://cran.r-project.org/package=corrplot
Rules-Requires-Root: no

Package: r-cran-corrplot
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Visualization of a Correlation Matrix
 A graphical display of a correlation matrix or general matrix.
 It also contains some algorithms to do matrix reordering. In addition,
 corrplot is good at details, including choosing color, text labels,
 color labels, layout, etc.