profmem: Simple Memory Profiling for R

A simple and light-weight API for memory profiling of R expressions. The profiling is built on top of R's built-in memory profiler ('utils::Rprofmem()'), which records every memory allocation done by R (also native code).

Version: 0.5.0
Imports: utils
Suggests: R.rsp, markdown, microbenchmark
Published: 2018-01-30
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb at braju.com>
BugReports: https://github.com/HenrikBengtsson/profmem/issues
License: LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2.1)]
URL: https://github.com/HenrikBengtsson/profmem
NeedsCompilation: no
Materials: NEWS
CRAN checks: profmem results

Downloads:

Reference manual: profmem.pdf
Vignettes: Simple Memory Profiling for R
Package source: profmem_0.5.0.tar.gz
Windows binaries: r-devel: profmem_0.5.0.zip, r-release: profmem_0.5.0.zip, r-oldrel: profmem_0.5.0.zip
macOS binaries: r-release: profmem_0.5.0.tgz, r-oldrel: profmem_0.5.0.tgz
Old sources: profmem archive

Reverse dependencies:

Reverse imports: bench
Reverse suggests: DelayedMatrixStats, mashr

Linking:

Please use the canonical form https://CRAN.R-project.org/package=profmem to link to this page.