guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: Add r-poorman.


From: guix-commits
Subject: 01/03: gnu: Add r-poorman.
Date: Fri, 5 Aug 2022 09:47:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 45ace7bc94a768264b0c59635105cdc1004a17fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 5 15:30:00 2022 +0200

    gnu: Add r-poorman.
    
    * gnu/packages/cran.scm (r-poorman): 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 094dd4e449..d7491e28ea 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1448,6 +1448,26 @@ qualitative palettes with many (20-30 or more) colors.  
See Coombes and
 colleagues (2019) @url{https://doi:10.18637/jss.v090.c01}.";)
     (license license:asl2.0)))
 
+(define-public r-poorman
+  (package
+    (name "r-poorman")
+    (version "0.2.5")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "poorman" version))
+              (sha256
+               (base32
+                "05h7rjgri0b5a1jd0388p7lqvvg0y8z6g42f9bxc80jg1z730axr"))))
+    (properties `((upstream-name . "poorman")))
+    (build-system r-build-system)
+    (native-inputs (list r-knitr))
+    (home-page "https://nathaneastwood.github.io/poorman/";)
+    (synopsis "Dependency-free recreation of dplyr")
+    (description
+     "This package provides a replication of key functionality from
+@code{dplyr} and the wider @code{tidyverse} using only @code{base}.")
+    (license license:expat)))
+
 (define-public r-ecp
   (package
     (name "r-ecp")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]