all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kyle <kyle@posteo.net>
To: 55379@debbugs.gnu.org
Cc: Kyle Andrews <kyle@posteo.net>
Subject: [bug#55379] [PATCH 04/14] gnu: Add r-unpivotr.
Date: Thu, 12 May 2022 02:10:24 +0000	[thread overview]
Message-ID: <1f41a6214bca3a6d4ce93866e9c4467319309084.1651893551.git.kyle@posteo.net> (raw)
In-Reply-To: <d28d8263c5619db922a5ca3aa494fb96dd13786d.1651893550.git.kyle@posteo.net>

From: Kyle Andrews <kyle@posteo.net>

---
 gnu/packages/cran.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9578263789..213f810d04 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33303,6 +33303,41 @@ (define-public r-tidyxl
 <http://rapidxml.sourceforge.net>.  Does not support '.xlsb' or '.xls'.")
     (license license:gpl3)))
 
+(define-public r-unpivotr
+  (package
+   (name "r-unpivotr")
+   (version "0.6.2")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (cran-uri "unpivotr" version))
+     (sha256
+      (base32 "1paqx2jn8gh4nd4zm8iwxpf38znzwwqli62ww7f3k5vwkf34r078"))))
+   (properties `((upstream-name . "unpivotr")))
+   (build-system r-build-system)
+   (propagated-inputs
+    (list r-cellranger
+          r-dplyr
+          r-forcats
+          r-magrittr
+          r-pillar
+          r-purrr
+          r-rlang
+          r-tibble
+          r-tidyr
+          r-tidyselect
+          r-xml2))
+   (native-inputs (list r-knitr))
+   (home-page "https://github.com/nacnudus/unpivotr")
+   (synopsis "Unpivot Complex and Irregular Data Layouts")
+   (description
+    "Tools for converting data from complex or irregular layouts to a columnar
+structure.  For example, tables with multilevel column or row headers, or
+spreadsheets.  Header and data cells are selected by their contents and
+position, as well as formatting and comments where available, and are associated
+with one other by their proximity in given directions.  Functions for data
+frames and HTML tables are provided.")
+   (license license:expat)))
 (define r-gpg
   (package
    (name "r-gpg")
-- 
2.36.0





  parent reply	other threads:[~2022-05-12  2:12 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12  2:10 [bug#55379] [PATCH 01/14] gnu: Add r-gpg kyle
2022-05-12  2:10 ` [bug#55380] [PATCH 02/14] gnu: Add r-piton kyle
2022-12-29 19:47   ` bug#55380: " Ricardo Wurmus
2022-05-12  2:10 ` [bug#55379] [PATCH 03/14] gnu: Add r-tidyxl kyle
2022-05-12  2:10 ` kyle [this message]
2022-05-14 10:53   ` [bug#55379] [PATCH 04/14] gnu: Add r-unpivotr Maxime Devos
2022-05-18  1:09     ` Kyle Andrews
2022-05-12  2:10 ` [bug#55381] [PATCH 05/14] gnu: Add r-unglue kyle
2022-05-14 18:18   ` Maxime Devos
2022-05-15 16:38     ` Kyle Andrews
2022-12-29 19:56   ` bug#55381: " Ricardo Wurmus
2022-05-12  2:10 ` [bug#55379] [PATCH 06/14] gnu: Add r-vcdextra kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 07/14] gnu: Add r-ca kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 08/14] gnu: Add r-qvcalc kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 09/14] gnu: Add r-gnm kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 10/14] gnu: Add r-relimp kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 11/14] gnu: Add r-picosat kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 12/14] gnu: Add r-ryacas kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 13/14] gnu: Add r-showimage kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 14/14] gnu: Add r-genoud kyle
2022-05-13  7:10 ` [bug#55379] [PATCH 01/14] gnu: Add r-gpg Maxime Devos
     [not found]   ` <87bkw0jb3i.fsf@posteo.net>
2022-05-14 18:02     ` Maxime Devos
2022-05-15 16:24       ` Kyle Andrews
2022-05-14 18:07     ` Maxime Devos
2022-12-18  8:58 ` 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=1f41a6214bca3a6d4ce93866e9c4467319309084.1651893551.git.kyle@posteo.net \
    --to=kyle@posteo.net \
    --cc=55379@debbugs.gnu.org \
    /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.