unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55725] [PATCH] gnu: Add r-diagrammersvg.
@ 2022-05-30 12:53 Mădălin Ionel Patrașcu
  2022-05-30 13:06 ` Ricardo Wurmus
  2023-10-11  8:23 ` bug#55725: " Ricardo Wurmus
  0 siblings, 2 replies; 3+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-05-30 12:53 UTC (permalink / raw)
  To: 55725; +Cc: rekado

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#55725] [PATCH] gnu: Add r-diagrammersvg.
  2022-05-30 12:53 [bug#55725] [PATCH] gnu: Add r-diagrammersvg Mădălin Ionel Patrașcu
@ 2022-05-30 13:06 ` Ricardo Wurmus
  2023-10-11  8:23 ` bug#55725: " Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2022-05-30 13:06 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 55725


Mădălin Ionel Patrașcu <madalinionel.patrascu@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#55725: [PATCH] gnu: Add r-diagrammersvg.
  2022-05-30 12:53 [bug#55725] [PATCH] gnu: Add r-diagrammersvg Mădălin Ionel Patrașcu
  2022-05-30 13:06 ` Ricardo Wurmus
@ 2023-10-11  8:23 ` Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2023-10-11  8:23 UTC (permalink / raw)
  To: 55725-done

I’m closing this because there has been no response and we’ve got
r-diagrammersvg in the guix-science channel.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-11  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 12:53 [bug#55725] [PATCH] gnu: Add r-diagrammersvg Mădălin Ionel Patrașcu
2022-05-30 13:06 ` Ricardo Wurmus
2023-10-11  8:23 ` bug#55725: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).