guix-commits
[Top][All Lists]
Advanced

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

14/43: gnu: Add r-zeallot.


From: guix-commits
Subject: 14/43: gnu: Add r-zeallot.
Date: Mon, 20 May 2019 08:40:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c87a33586040f81554c30c973679f3b1f2a86659
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 19 00:01:35 2019 +0200

    gnu: Add r-zeallot.
    
    * gnu/packages/cran.scm (r-zeallot): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a5bfcf6..a876746 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3653,6 +3653,27 @@ international text (Unicode).  Input, validate, 
normalize, encode, format, and
 display.")
     (license license:asl2.0)))
 
+(define-public r-zeallot
+  (package
+    (name "r-zeallot")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "zeallot" version))
+       (sha256
+        (base32
+         "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/nteetor/zeallot";)
+    (synopsis "Multiple, unpacking, and destructuring assignment")
+    (description
+     "This package provides a @code{%<-%} operator to perform multiple,
+unpacking, and destructuring assignment in R.  The operator unpacks the
+right-hand side of an assignment into multiple values and assigns these values
+to variables on the left-hand side of the assignment.")
+    (license license:expat)))
+
 (define-public r-pillar
   (package
     (name "r-pillar")



reply via email to

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