HenrikBengtsson / profmem

🔧 R package: profmem - Simple Memory Profiling for R
https://cran.r-project.org/package=profmem
35 stars 2 forks source link

HELP NEEDED: R binaries known to have memory profiling enabled #2

Open HenrikBengtsson opened 8 years ago

HenrikBengtsson commented 8 years ago

There are a few options for ready-to-install R binaries for Linux, macOS and Windows users. Which of these are built to have memory-profile enabled?

If you've installed any of the above binaries, or binaries from some other source, please check whether

> capabilities("profmem")

returns TRUE or FALSE and report back here and I'll add the info to the vignette.

artemklevtsov commented 7 years ago

Linux distributions can be tested with docker.

HenrikBengtsson commented 6 years ago
HenrikBengtsson commented 6 years ago

For the record, ?tracemem (which also reqs 'profmem' capabilities) says:

It is enabled in the CRAN macOS and Windows builds of R.