File: control

package info (click to toggle)
r-cran-ggrepel 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 456 kB
  • sloc: cpp: 662; sh: 13; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,133 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-ggrepel
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Joost van Baal-Ilić <joostvb@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-ggplot2,
               r-cran-rcpp,
               r-cran-rlang,
               r-cran-scales,
               r-cran-withr (>= 2.5.0)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-ggrepel
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-ggrepel.git
Homepage: https://cran.r-project.org/package=ggrepel
Rules-Requires-Root: no

Package: r-cran-ggrepel
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: auto-position non-overlapping text labels in plots
 Provides text and label geoms for 'ggplot2' that help to avoid
 overlapping text labels. Labels repel away from each other and away
 from the data points.