File: control

package info (click to toggle)
r-cran-circlize 0.4.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,544 kB
  • sloc: makefile: 8
file content (34 lines) | stat: -rw-r--r-- 1,479 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
33
34
Source: r-cran-circlize
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
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-globaloptions (>= 0.1.2),
               r-cran-shape,
               r-cran-colorspace
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-circlize
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-circlize.git
Homepage: https://cran.r-project.org/package=circlize
Rules-Requires-Root: no

Package: r-cran-circlize
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Circular Visualization
 Circular layout is an efficient way for the visualization of huge
 amounts of information. Here this package provides an implementation
 of circular layout generation in R as well as an enhancement of available
 software. The flexibility of the package is based on the usage of low-level
 graphics functions such that self-defined high-level graphics can be easily
 implemented by users for specific purposes. Together with the seamless
 connection between the powerful computational and visual environment in R,
 it gives users more convenience and freedom to design figures for
 better understanding complex patterns behind multiple dimensional data.