Source: r-cran-magick
Standards-Version: 4.7.4
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
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-rcpp,
 r-cran-magrittr,
 r-cran-curl,
 libmagick++-dev,
Build-Conflicts:
 graphicsmagick-libmagick-dev-compat,
 libgraphicsmagick1-dev,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-magick
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-magick.git
Homepage: https://cran.r-project.org/package=magick
Rules-Requires-Root: no

Package: r-cran-magick
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Advanced Graphics and Image-Processing in R
 Bindings to 'ImageMagick': the most comprehensive open-source image processing
 library available. Supports many common formats (png, jpeg, tiff, pdf, etc)
 and manipulations (rotate, scale, crop, trim, flip, blur, etc). All operations
 are vectorized via the Magick++ STL meaning they operate either on a single
 frame or a series of frames for working with layers, collages, or animation.
 In RStudio images are automatically previewed when printed to the console,
 resulting in an interactive editing environment. Also includes a graphics
 device for creating drawing onto images using pixel coordinates.
