[PATCH] gnu: Add r-diagrammersvg.

  • Done
  • quality assurance status badge
Details
2 participants
  • M?d?lin Ionel Patra?cu
  • Ricardo Wurmus
Owner
unassigned
Submitted by
M?d?lin Ionel Patra?cu
Severity
normal
M
M
M?d?lin Ionel Patra?cu wrote on 30 May 2022 14:53
(address . guix-patches@gnu.org)
20220530125341.18195-1-madalinionel.patrascu@mdc-berlin.de
* gnu/packages/cran.scm (r-diagrammersvg): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Toggle diff (35 lines)
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
R
R
Ricardo Wurmus wrote on 30 May 2022 15:06
(name . M?d?lin Ionel Patra?cu)(address . madalinionel.patrascu@mdc-berlin.de)(address . 55725@debbugs.gnu.org)
87czfv1811.fsf@elephly.net
M?d?lin Ionel Patra?cu <madalinionel.patrascu@mdc-berlin.de> writes:

Toggle quote (2 lines)
> * 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
R
R
Ricardo Wurmus wrote on 4 Nov 2022 12:46
(address . control@debbugs.gnu.org)
87o7tn54dl.fsf@elephly.net
tags 55725 moreinfo
tags 57135 moreinfo
thanks

--
Ricardo
R
R
Ricardo Wurmus wrote on 11 Oct 2023 10:23
(address . 55725-done@debbugs.gnu.org)
87a5spmurl.fsf@elephly.net
I’m closing this because there has been no response and we’ve got
r-diagrammersvg in the guix-science channel.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55725@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55725
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch