https://github.com/bgreenwell/ramify
Additional matrix functionality for R
https://github.com/bgreenwell/ramify
matrices r
Last synced: about 1 month ago
JSON representation
Additional matrix functionality for R
- Host: GitHub
- URL: https://github.com/bgreenwell/ramify
- Owner: bgreenwell
- Created: 2015-02-21T15:36:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T13:03:07.000Z (over 8 years ago)
- Last Synced: 2025-04-15T19:27:07.649Z (about 1 month ago)
- Topics: matrices, r
- Language: R
- Homepage:
- Size: 540 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ramify
================================================================================[](http://cran.r-project.org/package=ramify)
[](https://travis-ci.org/bgreenwell/ramify)
[](https://codecov.io/github/bgreenwell/ramify?branch=master)
[](http://cranlogs.r-pkg.org/badges/ramify)
[](http://cranlogs.r-pkg.org/badges/grand-total/ramify)Package `ramify` provides additional matrix functionality and tools including: (1) wrappers for the base matrix function that allow matrices to be created from character strings and lists (the former is especially useful for creating block matrices), (2) the generic "pretty print" function `pprint` for printing large matrices to the screen or console, and (3) a number of convenience functions for users more familiar with other scientific languages like Julia, MATLAB/Octave, or Python+NumPy.
## Installation
You can install the latest stable release from CRAN:
```r
install.packages("ramify")
```
The development version is hosted on GitHub at https://github.com/bgreenwell/ramify and can be downloaded using [`devtools`](https://github.com/hadley/devtools):
```r
# Assuming devtools is already installed
devtools::install_github("bgreenwell/ramify")
```
Bug reports should be submitted to https://github.com/bgreenwell/ramify/issues.