Package: memuse
Type: Package
Title: Estimate the memory usage of dense, in-core, numeric objects.
Version: 1.1
Date: 2013-05-21
Description: How much ram do you need to store a 100,000 by 100,000 matrix?
  Learn the scintillating answer to this and many more such questions with
  the memuse package.  This package gives the user the size (memory usage) 
  of an unallocated, in-core, dense, numeric matrix.  The output is an S4 
  class object that can be manipulated to be presented in different ways 
  (different units, short/long versions of those units, etc.).  The package
  offers similar functionality to that of R's object.size() function, with 
  the key difference being that memuse does not require an object to already
  be allocated.  So one can determine the size of enormous matrices even
  from a laptop.
License: GPL (>= 2)
Depends: R (>= 2.14.0), utils, methods
LazyData: yes
LazyLoad: yes
Author: Drew Schmidt
Maintainer: Drew Schmidt <wrathematics@gmail.com>
Packaged: 2013-08-07 01:40:36 UTC; mschmid3
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-08-07 07:04:13
Built: R 3.1.0; ; 2013-10-24 14:50:47 UTC; unix
