all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: 55725@debbugs.gnu.org
Cc: rekado@elephly.net
Subject: [bug#55725] [PATCH] gnu: Add r-diagrammersvg.
Date: Mon, 30 May 2022 14:53:41 +0200	[thread overview]
Message-ID: <20220530125341.18195-1-madalinionel.patrascu@mdc-berlin.de> (raw)

* 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





             reply	other threads:[~2022-05-30 12:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-30 12:53 Mădălin Ionel Patrașcu [this message]
2022-05-30 13:06 ` [bug#55725] [PATCH] gnu: Add r-diagrammersvg Ricardo Wurmus
2023-10-11  8:23 ` bug#55725: " Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220530125341.18195-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=55725@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.