File: control

package info (click to toggle)
r-cran-scales 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,300 kB
  • sloc: sh: 9; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,049 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
Source: r-cran-scales
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Benjamin Eikel <debian@eikel.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-r,
               r-base-dev,
               r-cran-farver,
               r-cran-labeling,
               r-cran-lifecycle,
               r-cran-munsell (>= 0.5),
               r-cran-r6,
               r-cran-rcolorbrewer,
               r-cran-viridislite
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-scales
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-scales.git
Homepage: https://cran.r-project.org/package=scales
Rules-Requires-Root: no

Package: r-cran-scales
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Scale functions for visualization
 Graphical scales map data to aesthetics, and provide
 methods for automatically determining breaks and labels
 for axes and legends.