r-magick
Advanced graphics and image-processing in R
This package provides bindings to ImageMagick, a comprehensive image processing library. It 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.
- Versions: 2.8.5
- Website: https://github.com/ropensci/magick
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-magick
as follows:
guix install r-magick
Or install a particular version:
guix install r-magick@2.8.5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-magick about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-magick'><img src='https://packages.guix.gnu.org/packages/r-magick/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-magick)
Example Org:
[[https://packages.guix.gnu.org/packages/r-magick][https://packages.guix.gnu.org/packages/r-magick/badges/latest-version.svg]]