From 7d779142ab663f898aae316b12cee3b52840ec38 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 12 Mar 2019 22:18:42 +0100 Subject: 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 32505a1208..6d200d0768 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))) -- cgit v1.2.3