Releases: r-prof/procmaps
Releases · r-prof/procmaps
procmaps 0.0.5
Chore
-
Fix compiler warnings (@Antonov548, #29).
-
Change maintainer e-mail address.
procmaps 0.0.4
- Fix failing test on macOS (#27).
procmaps 0.0.3
- Fix compilation on Solaris (#25).
procmaps 0.0.2
Portability
- Fix test failures on Fedora (#21).
SystemRequirements
are no longer specified inDESCRIPTION
(#22).- Remove configuration and unnecessary code for better portability (#20).
- Hard-coding dylib extension because on the Mac it's
libR.dylib
but<package>.so
. - Fix tests on Solaris which seems to have statically linked
libR
(#14).
Features
procmaps 0.0.1
Initial release.
procmap_get()
returns a data frame with the address space map of the current process.