Skip to content

Releases: r-prof/procmaps

procmaps 0.0.5

Choose a tag to compare

@krlmlr krlmlr released this 21 Jan 05:48

Chore

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

  • Change maintainer e-mail address.

procmaps 0.0.4

Choose a tag to compare

@krlmlr krlmlr released this 03 Oct 09:38
  • Fix failing test on macOS (#27).

procmaps 0.0.3

Choose a tag to compare

@krlmlr krlmlr released this 08 Dec 08:16
  • Fix compilation on Solaris (#25).

procmaps 0.0.2

Choose a tag to compare

@krlmlr krlmlr released this 21 Sep 03:11

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

Choose a tag to compare

@krlmlr krlmlr released this 11 Sep 12:53

Initial release.

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