guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add r-bitops.


From: Ricardo Wurmus
Subject: 01/03: gnu: Add r-bitops.
Date: Mon, 21 Dec 2015 16:14:06 +0000

rekado pushed a commit to branch master
in repository guix.

commit bb6d2dadf72f8d6ac47acf74f5d796eddb4c15fd
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 15 12:11:02 2015 +0100

    gnu: Add r-bitops.
    
    * gnu/packages/statistics.scm (r-bitops): New variable.
---
 gnu/packages/statistics.scm |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 64ea551..2878afb 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1385,3 +1385,21 @@ the header files from the templated Armadillo library.")
     ;; bindings to Armadillo) is licensed under the GNU GPL version 2 or
     ;; later, as is the rest of 'Rcpp'.
     (license license:gpl2+)))
+
+(define-public r-bitops
+  (package
+    (name "r-bitops")
+    (version "1.0-6")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "bitops" version))
+              (sha256
+               (base32
+                "176nr5wpnkavn5z0yy9f7d47l37ndnn2w3gv854xav8nnybi6wwv"))))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/bitops";)
+    (synopsis "Bitwise operations")
+    (description
+     "This package provides functions for bitwise operations on integer
+vectors.")
+    (license license:gpl2+)))



reply via email to

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