Skip to content

Releases: r-prof/procmaps

procmaps 0.0.5

21 Jan 05:48
Compare
Choose a tag to compare

Chore

  • Fix compiler warnings (@Antonov548, #29).

  • Change maintainer e-mail address.

procmaps 0.0.4

03 Oct 09:38
Compare
Choose a tag to compare
  • Fix failing test on macOS (#27).

procmaps 0.0.3

08 Dec 08:16
Compare
Choose a tag to compare
  • Fix compilation on Solaris (#25).

procmaps 0.0.2

21 Sep 03:11
Compare
Choose a tag to compare

Portability

  • Fix test failures on Fedora (#21).
  • SystemRequirements are no longer specified in DESCRIPTION (#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

  • Use stringsAsFactors = FALSE (#19).
  • New path_is_libr() (#16).
  • Addresses are returned as 16-digit hex numbers (#15).
  • procmap_get() gets ellipsis argument for extensibility (#13).

procmaps 0.0.1

11 Sep 12:53
Compare
Choose a tag to compare

Initial release.

  • procmap_get() returns a data frame with the address space map of the current process.