r-rspectra
Solvers for large-scale Eigenvalue and SVD problems
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 eigen()
if k << n.
- Versions: 0.16-2
- Website: https://github.com/yixuan/RSpectra
- Licenses: MPL 2.0
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-rspectra
as follows:
guix install r-rspectra
Or install a particular version:
guix install r-rspectra@0.16-2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-rspectra about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-rspectra'><img src='https://packages.guix.gnu.org/packages/r-rspectra/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-rspectra)
Example Org:
[[https://packages.guix.gnu.org/packages/r-rspectra][https://packages.guix.gnu.org/packages/r-rspectra/badges/latest-version.svg]]