peakRAM icon indicating copy to clipboard operation
peakRAM copied to clipboard

An R package to monitor the peak RAM used by R expressions and functions

Results 3 peakRAM issues
Sort by recently updated
recently updated
newest added

@tpq Thanks for a handy package, I had been using a rough utility of mine for the same: https://gist.githubusercontent.com/talegari/ad06da7795b8771e2e152f304ca00f6f/raw Do you have an idea to compute the peak RAM when...

Thanks for developing this @tpq, I've been using it to benchmark a package I'm developing against a current one. One question though - does `peakRAM` work for loops? I'm trying...

Hey @tpq interesting package! It looks like you use gc() to track memory usage, right? I like the portability of your approach (I see from the CRAN check page https://cran.r-project.org/web/checks/check_results_peakRAM.html...