Last data update: 2014.03.03

ramify

Package: ramify
Type: Package
Title: Additional Matrix Functionality
Version: 0.3.2
Date: 2015-08-19
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, knitr
License: GPL (>= 2)
URL: https://github.com/bgreenwell/ramify
BugReports: https://github.com/bgreenwell/ramify/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-08-19 22:48:54 UTC; w108bmg
Author: Brandon Greenwell [aut, cre]
Maintainer: Brandon Greenwell <greenwell.brandon@gmail.com>
Repository: CRAN
Date/Publication: 2015-08-20 01:11:27

● 0 images, 28 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ramify' ...
** package 'ramify' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'ramify'
    finding HTML links ... done
    add_dots                                html  
    argmax                                  html  
    atleast_2d                              html  
    bmat                                    html  
    desc_mat                                html  
    dmat                                    html  
    eye                                     html  
    fill                                    html  
    flatten                                 html  
    hcat                                    html  
    inv                                     html  
    is.tril                                 html  
    is.triu                                 html  
    linspace                                html  
    logspace                                html  
    mat                                     html  
    meshgrid                                html  
    pprint                                  html  
    ramify                                  html  
    rand                                    html  
    randi                                   html  
    randn                                   html  
    resize                                  html  
    size                                    html  
    tr                                      html  
    tri                                     html  
    tril                                    html  
    triu                                    html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (ramify)
Making 'packages.html' ... done