GNU bug report logs - #55725
[PATCH] gnu: Add r-diagrammersvg.

Previous Next

Package: guix-patches;

Reported by: Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>

Date: Mon, 30 May 2022 12:55:02 UTC

Severity: normal

Tags: moreinfo, 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 55725 in the body.
You can then email your comments to 55725 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 rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#55725; Package guix-patches. (Mon, 30 May 2022 12:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to rekado <at> elephly.net, guix-patches <at> gnu.org. (Mon, 30 May 2022 12:55:02 GMT) Full text and rfc822 format available.

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

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add r-diagrammersvg.
Date: Mon, 30 May 2022 14:53:41 +0200
* gnu/packages/cran.scm (r-diagrammersvg): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5a8285b342..568882e701 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24078,6 +24078,26 @@ (define-public r-diagram
 Francesca Mazzia (2012).")
     (license license:gpl2+)))
 
+(define-public r-diagrammersvg
+  (package
+    (name "r-diagrammersvg")
+    (version "0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "DiagrammeRsvg" version))
+        (sha256
+          (base32 "0j2cm1mx3zrb2k3pcrb96z2z3kws61gyyjsjjv5rqcb5lzdgi65k"))))
+    (properties `((upstream-name . "DiagrammeRsvg")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-v8))
+    (home-page "https://github.com/rich-iannone/DiagrammeRsvg")
+    (synopsis "Export DiagrammeR graphviz graphs as svg")
+    (description
+     "This package allows exporting a @code{DiagrammeR Graphviz} objects to
+@code{SVG}.")
+    (license license:expat)))
+
 (define-public r-lim
   (package
     (name "r-lim")

base-commit: 98e2f4fbebb8b08784401e2095123fcd3d3a32cb
-- 
2.36.0





Information forwarded to guix-patches <at> gnu.org:
bug#55725; Package guix-patches. (Mon, 30 May 2022 13:10:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
Cc: 55725 <at> debbugs.gnu.org
Subject: Re: [bug#55725] [PATCH] gnu: Add r-diagrammersvg.
Date: Mon, 30 May 2022 15:06:59 +0200
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:

> * gnu/packages/cran.scm (r-diagrammersvg): New variable.

Thanks for the patch.

Unfortunately, we cannot merge it as is, because the package bundles
minified JavaScript.  The bundled d3.js can easily be replaced, but I
don’t know about the other bundled JavaScript files.

-- 
Ricardo




Added tag(s) moreinfo. Request was from Ricardo Wurmus <rekado <at> elephly.net> to control <at> debbugs.gnu.org. (Fri, 04 Nov 2022 11:47:02 GMT) Full text and rfc822 format available.

Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Wed, 11 Oct 2023 08:26:01 GMT) Full text and rfc822 format available.

Notification sent to Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
bug acknowledged by developer. (Wed, 11 Oct 2023 08:26:01 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 55725-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-diagrammersvg.
Date: Wed, 11 Oct 2023 10:23:58 +0200
I’m closing this because there has been no response and we’ve got
r-diagrammersvg in the guix-science channel.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 08 Nov 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 168 days ago.

Previous Next


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