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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34564 in the body.
You can then email your comments to 34564 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#34564; Package guix-patches. (Tue, 19 Feb 2019 03:59:23 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brett Gilio <brettg <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 19 Feb 2019 03:59:23 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 14 Mar 2019 10:28:01 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> posteo.net>:
bug acknowledged by developer. (Thu, 14 Mar 2019 10:28:02 GMT) Full text and rfc822 format available.

Message #10 received at 34564-done <at> debbugs.gnu.org (full text, mbox):

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





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 11 Apr 2019 11:24:11 GMT) Full text and rfc822 format available.

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

Previous Next


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