HenrikBengtsson / profmem

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

Memory profiling as of R 3.2.0 only? #4

Closed krlmlr closed 8 years ago

krlmlr commented 8 years ago

R 3.1.3 gives me:

configure: WARNING: unrecognized options: --with-memory-profiling

Could be worthwhile to mention that in the README.

(My local build system could be wrong, too.)

krlmlr commented 8 years ago

Should have used --enable-memory-profiling, as stated correctly in the README.