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: <70536@debbugs.gnu.org>
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#70536] [PATCH 1/2] gnu: Add r-rearrr.
Date: Tue, 23 Apr 2024 15:32:08 +0200	[thread overview]
Message-ID: <023204df1edfba5ec5057df74aaf43b5afca6b14.1713879129.git.madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <45f15f5a52814fed81e54bce8b044fbd@mdc-berlin.de>

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

Change-Id: I41e06b24e565a4070f570b7fd5c656f185aacfa9
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ee0aac7f7a..83ba5f2a0d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4259,6 +4259,35 @@ (define-public r-readxl
     ;; 'rapidxml' which is Boost.
     (license (list license:gpl3 license:bsd-2 license:boost1.0))))
 
+(define-public r-rearrr
+  (package
+    (name "r-rearrr")
+    (version "0.3.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rearrr" version))
+       (sha256
+        (base32 "1inx1gikiqxaf6a8g10b02l1qs2y0zxs2yrxn6dyx9n6xlra3rnr"))))
+    (properties `((upstream-name . "rearrr")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-checkmate
+                             r-dplyr
+                             r-lifecycle
+                             r-plyr
+                             r-purrr
+                             r-r6
+                             r-rlang
+                             r-tibble))
+    (home-page "https://github.com/ludvigolsen/rearrr")
+    (synopsis "Rearranging data by a set of methods")
+    (description
+     "This package arranges data by a set of methods.  It uses rearrangers to
+reorder data points and mutators to change their values.  From basic utilities,
+to centering the greatest value, to swirling in 3-dimensional space, rearrr
+enables creativity when plotting and experimenting with data.")
+    (license license:expat)))
+
 (define-public r-model4you
   (package
     (name "r-model4you")

base-commit: 2d19e505f6f9f82aebc9ba8c74ba223818acd9bc
-- 
2.41.0





  reply	other threads:[~2024-04-23 13:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23 13:29 [bug#70536] [Patch] gnu: Add r-seraster and r-rearrr MadalinIonel.Patrascu
2024-04-23 13:32 ` Mădălin Ionel Patrașcu [this message]
2024-04-23 13:32   ` [bug#70536] [PATCH 2/2] gnu: Add r-seraster Mădălin Ionel Patrașcu
2024-05-06  9:45   ` bug#70536: [PATCH 1/2] gnu: Add r-rearrr Ricardo Wurmus
2024-04-23 14:23 ` [bug#70536] [PATCH 2/2] v2 gnu: Add r-seraster Mădălin Ionel Patrașcu
2024-04-23 21:44 ` [bug#70536] [PATCH 0/2] gnu: Add r-seraster and r-rearrr Dale Mellor

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=023204df1edfba5ec5057df74aaf43b5afca6b14.1713879129.git.madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=70536@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.