https://github.com/rpy2/rpy2-matrix
Mapping of the R package Matrix for rpy2
https://github.com/rpy2/rpy2-matrix
python r rpy2 sparse-matrices
Last synced: 10 months ago
JSON representation
Mapping of the R package Matrix for rpy2
- Host: GitHub
- URL: https://github.com/rpy2/rpy2-matrix
- Owner: rpy2
- Created: 2019-11-10T03:41:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T22:43:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T02:03:50.236Z (11 months ago)
- Topics: python, r, rpy2, sparse-matrices
- Language: Python
- Homepage:
- Size: 691 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mapping the R package Matrix

[](https://travis-ci.com/rpy2/rpy2-Matrix)
This Python package is an extension to `rpy2` mapping the R package `Matrix`.
The R package is a rather complex hierarchy of classes, some of which are already mirrored (along with the hierarchy, as shown here):

To install from the Github repository:
```bash
pip install git+https://github.com/rpy2/rpy2-Matrix#egg=rpy2-Matrix
```
At the time of writing, documentation is only in docstrings, and as examples in the [unit tests](rpy2_Matrix/tests).