Skip to content

bgreenwell/ramify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ramify

CRAN_Status_Badge Build Status Coverage Status Downloads Total Downloads

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:

install.packages("ramify")

The development version is hosted on GitHub at https://github.com/bgreenwell/ramify and can be downloaded using devtools:

# Assuming devtools is already installed
devtools::install_github("bgreenwell/ramify")

Bug reports should be submitted to https://github.com/bgreenwell/ramify/issues.

About

Additional matrix functionality for R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages