guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add r-rlang.


From: Roel Janssen
Subject: 01/01: gnu: Add r-rlang.
Date: Tue, 1 Aug 2017 18:58:17 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 2f06dc04356f8e6f8d210f7bbcc73a75666bc3a8
Author: Roel Janssen <address@hidden>
Date:   Wed Aug 2 00:57:39 2017 +0200

    gnu: Add r-rlang.
    
    * gnu/packages/statistics.scm (r-rlang): New variable.
---
 gnu/packages/statistics.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d13a8e8..fb7431c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1504,6 +1504,24 @@ private members, and they support inheritance, even when 
the classes are
 defined in different packages.")
     (license license:expat)))
 
+(define-public r-rlang
+  (package
+    (name "r-rlang")
+    (version "0.1.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "rlang" version))
+              (sha256
+               (base32
+                "0grwqy3zkvz96mvpwfbfyqid4jkfrqh3ldy2n6dpv2kjd1fzj0ar"))))
+    (build-system r-build-system)
+    (home-page "http://rlang.tidyverse.org";)
+    (synopsis "Functions for base types, core R and Tidyverse features")
+    (description "This package provides a toolbox for working with base types,
+core R features like the condition system, and core @code{Tidyverse} features
+like tidy evaluation.")
+    (license license:gpl3)))
+
 (define-public r-tibble
   (package
     (name "r-tibble")



reply via email to

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