File: control

package info (click to toggle)
r-cran-grimport2 0.3-3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,072 kB
  • sloc: sh: 13; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,411 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
35
Source: r-cran-grimport2
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-grimport2
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-grimport2.git
Homepage: https://cran.r-project.org/package=grImport2
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-xml,
               r-cran-png,
               r-cran-jpeg,
               r-cran-base64enc
Testsuite: autopkgtest-pkg-r

Package: r-cran-grimport2
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R importing 'SVG' graphics
 Functions for importing external vector images and
 drawing them as part of 'R' plots.  This package is different from the
 'grImport' package because, where that package imports 'PostScript'
 format images, this package imports 'SVG' format images.  Furthermore,
 this package imports a specific subset of 'SVG', so external images
 must be preprocessed using a package like 'rsvg' to produce 'SVG'
 that this package can import.  'SVG' features that are not supported
 by 'R' graphics, e.g., gradient fills, can be imported and then
 exported via the 'gridSVG' package.