File: control

package info (click to toggle)
r-cran-wordcloud 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 168 kB
  • sloc: cpp: 30; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,090 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-wordcloud
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-rcolorbrewer,
               r-cran-rcpp
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-wordcloud
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-wordcloud.git
Homepage: https://cran.r-project.org/package=wordcloud
Rules-Requires-Root: no

Package: r-cran-wordcloud
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: word clouds with GNU R
 Word clouds (also known as text clouds or tag clouds) work in a simple
 way: the more a specific word appears in a source of textual data (such
 as a speech, blog post, or database), the bigger and bolder it appears
 in the word cloud.
 .
 This package enables creation with GNU R.