GNU bug report logs - #34564
[PATCH 23/24] gnu: Add r-magick.

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Tue, 19 Feb 2019 03:59:23 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Brett Gilio <brettg <at> posteo.net>
Subject: bug#34564: closed (Re: [bug#34564] [PATCH 23/24] gnu: Add r-magick.)
Date: Thu, 14 Mar 2019 10:28:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#34564: [PATCH 23/24] gnu: Add r-magick.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 34564 <at> debbugs.gnu.org.

-- 
34564: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34564
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 34564-done <at> debbugs.gnu.org
Subject: Re: [bug#34564] [PATCH 23/24] gnu: Add r-magick.
Date: Thu, 14 Mar 2019 11:27:02 +0100
Brett Gilio <brettg <at> posteo.net> writes:

> From 0589cf816ecabf2cf9b56d0733b8729ff451e397 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Mon, 18 Feb 2019 21:39:30 -0600
> Subject: [PATCH 23/24] gnu: Add r-magick.
>
> * gnu/packages/cran.scm (r-magick): New variable.

Meanwhile this has found its way into Guix with the last big mass
upgrade of CRAN and Bioconductor packages.  Closing.

Thanks!

-- 
Ricardo


[Message part 3 (message/rfc822, inline)]
From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 23/24] gnu: Add r-magick.
Date: Mon, 18 Feb 2019 21:43:21 -0600
[0023-gnu-Add-r-magick.patch (text/x-patch, inline)]
From 0589cf816ecabf2cf9b56d0733b8729ff451e397 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Mon, 18 Feb 2019 21:39:30 -0600
Subject: [PATCH 23/24] gnu: Add r-magick.

* gnu/packages/cran.scm (r-magick): New variable.
---
 gnu/packages/cran.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 764aeb15d..3f5e5f981 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -51,6 +51,7 @@
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages haskell)
   #:use-module (gnu packages image)
+  #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages javascript)
   #:use-module (gnu packages lisp)
   #:use-module (gnu packages machine-learning)
@@ -5929,6 +5930,39 @@ used within R markdown documents when rendering to HTML and to Word
 documents.")
     (license license:gpl3)))
 
+(define-public r-magick
+  (package
+    (name "r-magick")
+    (version "2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "magick" version))
+       (sha256
+        (base32
+         "18y465325mhf48x2jn3jz9khwq1z2aj13wfbdkv8k3hln1sd572m"))))
+    (build-system r-build-system)
+    (inputs
+     `(("zlib" ,zlib)))
+    (propagated-inputs
+     `(("r-curl" ,r-curl)
+       ("r-magrittr" ,r-magrittr)
+       ("r-rcpp" ,r-rcpp)
+       ("imagemagick" ,imagemagick)))
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (home-page
+     "https://github.com/ropensci/magick#readme")
+    (synopsis
+     "Advanced Graphics and Image-Processing in R")
+    (description
+     "Bindings to @code{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.")
+    (license license:expat)))
+
 (define-public r-writexl
   (package
     (name "r-writexl")
-- 
2.20.1




This bug report was last modified 6 years and 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.