Package: ramify
Type: Package
Title: Additional Matrix Functionality
Version: 0.3.1
Date: 2015-07-07
Authors@R: person("Brandon", "Greenwell", email = "greenwell.brandon@gmail.com", 
  role = c("aut", "cre"))
Description: Additional matrix functionality for R including: (1) wrappers
  for the base matrix function that allows matrices to be created from character 
  strings and lists (the former is especially useful for creating block 
  matrices), (ii) better printing of large matrices via a new generic function
  for "pretty" printing, and (iii) a number of convenience functions for users 
  more familiar with other scientific languages like Julia, Matlab/Octave, or 
  Python+NumPy.
Depends: base,
Imports: stats
Suggests: testthat
License: GPL (>= 2)
URL: https://github.com/bgreenwell/ramify
BugReports: https://github.com/bgreenwell/ramify/issues
NeedsCompilation: no
Packaged: 2015-07-07 20:55:22 UTC; w108bmg
Author: Brandon Greenwell [aut, cre]
Maintainer: Brandon Greenwell <greenwell.brandon@gmail.com>
Repository: CRAN
Date/Publication: 2015-07-08 09:44:49
