guix-commits
[Top][All Lists]
Advanced

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

16/18: gnu: Add r-qlcmatrix.


From: guix-commits
Subject: 16/18: gnu: Add r-qlcmatrix.
Date: Mon, 7 Jan 2019 12:44:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9f33d76c33545ea2f47981ba5ec5936cdf767f3f
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 7 16:40:27 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0b59c8f..b1a23b9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8794,3 +8794,30 @@ large datasets (> 100,000 samples) very efficiently.")
     (synopsis "Combinatorics utilities")
     (description "This package provides assorted routines for combinatorics.")
     (license license:gpl2)))
+
+(define-public r-qlcmatrix
+  (package
+    (name "r-qlcmatrix")
+    (version "0.9.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "qlcMatrix" version))
+       (sha256
+        (base32
+         "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
+    (properties `((upstream-name . "qlcMatrix")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-docopt" ,r-docopt)
+       ("r-matrix" ,r-matrix)
+       ("r-slam" ,r-slam)
+       ("r-sparsesvd" ,r-sparsesvd)))
+    (home-page "https://cran.r-project.org/web/packages/qlcMatrix";)
+    (synopsis "Sparse matrix functions for quantitative language comparison")
+    (description
+     "This package provides an extension of the functionality of the Matrix
+package for using sparse matrices.  Some of the functions are very general,
+while other are highly specific for the special data format used for
address@hidden language comparison} (QLC).")
+    (license license:gpl3)))



reply via email to

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