Last data update: 2014.03.03

memuse

Package: memuse
Title: Memory Estimation Utilities
Version: 2.5
Description: How much ram do you need to store a 100,000 by 100,000 matrix?
How much ram is your current R session using? How much ram do you even have?
Learn the scintillating answer to these and many more such questions with
the 'memuse' package.
License: GPL (>= 2)
Copyright: See memuse/inst/meminfo_LICENSE for the files in
src/meminfo/.
Depends: R (>= 2.15.1)
Imports: methods
NeedsCompilation: yes
ByteCompile: yes
Authors@R: c(
person("Drew", "Schmidt", email="wrathematics@gmail.com", role=c("aut", "cre")),
person("Christian", "Heckendorf", role="ctb"),
person("Wei-Chen", "Chen", role="ctb"))
Maintainer: Drew Schmidt <wrathematics@gmail.com>
URL: https://github.com/shinra-dev/memuse
BugReports: https://github.com/shinra-dev/memuse/issues
Packaged: 2015-07-01 23:17:23 UTC; mschmid3
Author: Drew Schmidt [aut, cre],
Christian Heckendorf [ctb],
Wei-Chen Chen [ctb]
Repository: CRAN
Date/Publication: 2015-07-02 06:47:25

● 0 images, 23 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'memuse' ...
** package 'memuse' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/RNACI -I/usr/local/include   -w -fpic  -g -O2  -c meminfo/src/cacheinfo.c -o meminfo/src/cacheinfo.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/RNACI -I/usr/local/include   -w -fpic  -g -O2  -c meminfo/src/fileinfo.c -o meminfo/src/fileinfo.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/RNACI -I/usr/local/include   -w -fpic  -g -O2  -c meminfo/src/platform.c -o meminfo/src/platform.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/RNACI -I/usr/local/include   -w -fpic  -g -O2  -c meminfo/src/procinfo.c -o meminfo/src/procinfo.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/RNACI -I/usr/local/include   -w -fpic  -g -O2  -c meminfo/src/raminfo.c -o meminfo/src/raminfo.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/RNACI -I/usr/local/include   -w -fpic  -g -O2  -c meminfo/src/swapinfo.c -o meminfo/src/swapinfo.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/RNACI -I/usr/local/include   -w -fpic  -g -O2  -c wrappers.c -o wrappers.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o memuse.so meminfo/src/cacheinfo.o meminfo/src/fileinfo.o meminfo/src/platform.o meminfo/src/procinfo.o meminfo/src/raminfo.o meminfo/src/swapinfo.o wrappers.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/memuse/libs
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
Creating a generic function for 'print' from package 'base' in package 'memuse'
** help
*** installing help indices
  converting help for package 'memuse'
    finding HTML links ... done
    accessors                               html  
    approx.size                             html  
    arithmetic                              html  
    cachelinesize                           html  
    cachesize                               html  
    comparators                             html  
    constructor                             html  
    control                                 html  
    converters                              html  
    filesize                                html  
    howbig                                  html  
    howmany                                 html  
    meminfo                                 html  
    memuse-class                            html  
    memuse-package                          html  
    object.size                             html  
    print-approx                            html  
    print-sysinfo                           html  
    print                                   html  
    procmem                                 html  
    replacers                               html  
    sum                                     html  
    swapinfo                                html  
    swaps                                   html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (memuse)
Making 'packages.html' ... done