unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <51513@debbugs.gnu.org>
Cc: rekado@elephly.net,
	"Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
Subject: [bug#51513] [PATCH 1/3] gnu: Add r-alluvial.
Date: Sat, 30 Oct 2021 17:55:04 +0200	[thread overview]
Message-ID: <20211030155506.28269-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <31f4f886465f473f9936beeaba8892ff@mdc-berlin.de>

* gnu/packages/cran.scm (r-alluvial): 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 792ea2a75b..0e79ea0ef2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7070,6 +7070,26 @@ (define-public r-algdesign
 and within plot factors interact.")
     (license license:gpl2+)))
 
+(define-public r-alluvial
+(package
+  (name "r-alluvial")
+  (version "0.1-2")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (cran-uri "alluvial" version))
+      (sha256
+        (base32 "039frwrsxq1lb97s7vf2vbyyadimkigs628ymym06fxka53drdkp"))))
+  (properties `((upstream-name . "alluvial")))
+  (build-system r-build-system)
+  (native-inputs `(("r-knitr" ,r-knitr)))
+  (home-page "https://github.com/mbojan/alluvial")
+  (synopsis "Creating parallel sets plots (Alluvial Diagrams)")
+  (description
+    "The package @code{r-alluvial} creates alluvial diagrams (also known as
+parallel sets plots) for multivariate and time series-like data.")
+  (license license:expat)))
+
 (define-public r-signal
   (package
     (name "r-signal")
-- 
2.33.0





  reply	other threads:[~2021-10-30 15:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 15:52 [bug#51513] Add r-xina and it's dependencies: r-stringdb and r-alluvial MadalinIonel.Patrascu
2021-10-30 15:55 ` Mădălin Ionel Patrașcu [this message]
2021-10-30 15:55   ` [bug#51513] [PATCH 2/3] gnu: Add r-stringdb Mădălin Ionel Patrașcu
2021-10-30 15:55   ` [bug#51513] [PATCH 3/3] gnu: Add r-xina Mădălin Ionel Patrașcu
2021-11-27  9:35   ` bug#51513: [PATCH 1/3] gnu: Add r-alluvial 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20211030155506.28269-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=51513@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 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).