[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/41: gnu: Add r-rspectra.
From: |
guix-commits |
Subject: |
01/41: gnu: Add r-rspectra. |
Date: |
Wed, 9 Jan 2019 09:44:51 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 3088b3fc5b271c23face4cf82b0938f6aa872462
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 9 13:32:05 2019 +0100
gnu: Add r-rspectra.
* gnu/packages/cran.scm (r-rspectra): 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 847e3cc..3e2e929 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8874,3 +8874,30 @@ Furthermore, functions are available for fast singular
value decomposition,
for computing the pseudoinverse, and for checking the rank and positive
definiteness of a matrix.")
(license license:gpl3+)))
+
+(define-public r-rspectra
+ (package
+ (name "r-rspectra")
+ (version "0.13-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "RSpectra" version))
+ (sha256
+ (base32
+ "1sw80chwyyjzf5px278l6xmp94yhwrlj5xh8d3wlw3dnvdkycca7"))))
+ (properties `((upstream-name . "RSpectra")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-matrix" ,r-matrix)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcppeigen" ,r-rcppeigen)))
+ (home-page "https://github.com/yixuan/RSpectra";)
+ (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
+ (description
+ "This package provides an R interface to the Spectra library for
+large-scale eigenvalue and SVD problems. It is typically used to compute a
+few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
+which is usually more efficient than @code{eigen()} if k << n.")
+ ;; MPL 2 or later.
+ (license license:mpl2.0)))
- 08/41: gnu: Add r-rnifti., (continued)
- 08/41: gnu: Add r-rnifti., guix-commits, 2019/01/09
- 07/41: gnu: Add r-tfmpvalue., guix-commits, 2019/01/09
- 04/41: gnu: Add r-flare., guix-commits, 2019/01/09
- 11/41: gnu: Add r-reportr., guix-commits, 2019/01/09
- 09/41: gnu: Add r-shades., guix-commits, 2019/01/09
- 14/41: gnu: Add r-kohonen., guix-commits, 2019/01/09
- 15/41: gnu: Add r-nnls., guix-commits, 2019/01/09
- 06/41: gnu: Add r-splitstackshape., guix-commits, 2019/01/09
- 02/41: gnu: Add r-rpostgresql., guix-commits, 2019/01/09
- 12/41: gnu: Add r-tractor-base., guix-commits, 2019/01/09
- 01/41: gnu: Add r-rspectra.,
guix-commits <=
- 18/41: gnu: Add r-als., guix-commits, 2019/01/09
- 10/41: gnu: Add r-ore., guix-commits, 2019/01/09
- 20/41: gnu: Add r-pixmap., guix-commits, 2019/01/09
- 23/41: gnu: Add r-bigrquery., guix-commits, 2019/01/09
- 33/41: gnu: Add r-assertive-types., guix-commits, 2019/01/09
- 32/41: gnu: Add r-assertive-reflection., guix-commits, 2019/01/09
- 36/41: gnu: Add r-assertive-datetimes., guix-commits, 2019/01/09
- 16/41: gnu: Add r-iso., guix-commits, 2019/01/09
- 17/41: gnu: Add r-chemometricswithr., guix-commits, 2019/01/09
- 24/41: gnu: Add r-gmp., guix-commits, 2019/01/09