guix-commits
[Top][All Lists]
Advanced

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

10/23: gnu: Add r-rarpack.


From: guix-commits
Subject: 10/23: gnu: Add r-rarpack.
Date: Tue, 12 Mar 2019 17:48:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7d779142ab663f898aae316b12cee3b52840ec38
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 12 22:18:42 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 32505a1..6d200d0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10999,3 +10999,27 @@ abstraction.  It includes Einstein and Riemann summing 
conventions, dragging,
 co- and contravariate indices, and parallel computations on sequences of
 tensors.")
     (license license:gpl2+)))
+
+(define-public r-rarpack
+  (package
+    (name "r-rarpack")
+    (version "0.11-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rARPACK" version))
+       (sha256
+        (base32
+         "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
+    (properties `((upstream-name . "rARPACK")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-rspectra" ,r-rspectra)))
+    (home-page "https://github.com/yixuan/rARPACK";)
+    (synopsis "Solvers for large scale eigenvalue and SVD problems")
+    (description
+     "This package was previously an R wrapper of the ARPACK library, and now
+a shell of the R package RSpectra, an R interface to the Spectra library for
+solving large scale eigenvalue/vector problems.  The current version of
+rARPACK simply imports and exports the functions provided by RSpectra.  New
+users of rARPACK are advised to switch to the RSpectra package.")
+    (license license:bsd-3)))



reply via email to

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