guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: Add r-multicool.


From: Ricardo Wurmus
Subject: 02/06: gnu: Add r-multicool.
Date: Fri, 9 Nov 2018 12:05:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 213e72a18dc20ba4ae1275e1f48104737c2a7526
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Nov 9 16:46:41 2018 +0100

    gnu: Add r-multicool.
    
    * gnu/packages/cran.scm (r-multicool): 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 6840a2f..06bdaa8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7422,3 +7422,24 @@ various standard 3D file formats including WebGL, PLY, 
OBJ, STL as well as 2D
 image formats, including PNG, Postscript, SVG, PGF.")
     ;; Any version of the GPL.
     (license (list license:gpl2+ license:gpl3+))))
+
+(define-public r-multicool
+  (package
+    (name "r-multicool")
+    (version "0.1-10")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "multicool" version))
+       (sha256
+        (base32
+         "1ybg9piya9psqg42w9i3zsnavbxhkfklfwl7cb420i5nkq6wpc2v"))))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-rcpp" ,r-rcpp)))
+    (home-page "https://cran.r-project.org/web/packages/multicool/";)
+    (synopsis "Permutations of multisets in cool-lex order")
+    (description
+     "This package provides a set of tools to permute multisets without loops
+or hash tables and to generate integer partitions.  Cool-lex order is similar
+to colexicographical order.")
+    (license license:gpl2)))



reply via email to

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