This package browser is in early development. Mind the rough edges.

r-rcppeigen

Rcpp integration for the Eigen templated linear algebra library

This package provides an integration of Eigen in R using a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems.

Installation

Install the latest version of r-rcppeigen as follows:

guix install r-rcppeigen

Or install a particular version:

guix install r-rcppeigen@0.3.4.0.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-rcppeigen about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-rcppeigen'><img src='https://packages.guix.gnu.org/packages/r-rcppeigen/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-rcppeigen/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-rcppeigen)

Example Org:

[[https://packages.guix.gnu.org/packages/r-rcppeigen][https://packages.guix.gnu.org/packages/r-rcppeigen/badges/latest-version.svg]]