Skip to content

Latest commit

 

History

History
146 lines (70 loc) · 2.79 KB

NEWS.md

File metadata and controls

146 lines (70 loc) · 2.79 KB

procmaps 0.0.5.9007 (2024-09-15)

Continuous integration

  • Install via R CMD INSTALL ., not pak (#32).

    • ci: Install via R CMD INSTALL ., not pak

    • ci: Bump version of upload-artifact action

procmaps 0.0.5.9006 (2024-08-31)

Chore

Continuous integration

  • Install local package for pkgdown builds.

  • Improve support for protected branches with fledge.

  • Improve support for protected branches, without fledge.

  • Sync with latest developments.

  • Use v2 instead of master.

  • Inline action.

  • Use dev roxygen2 and decor.

  • Fix on Windows, tweak lock workflow.

  • Avoid checking bashisms on Windows.

  • Better commit message.

  • Bump versions, better default, consume custom matrix.

  • Recent updates.

procmaps 0.0.5.9005 (2024-04-03)

  • Internal changes only.

procmaps 0.0.5.9004 (2023-10-09)

  • Internal changes only.

procmaps 0.0.5.9003 (2023-03-24)

  • Internal changes only.

procmaps 0.0.5.9002 (2023-02-17)

  • Internal changes only.

procmaps 0.0.5.9001 (2023-01-22)

Chore

  • Fix Windows checks (#30).

Uncategorized

  • Merge branch 'docs'.

  • Merged cran-0.0.5 into main.

procmaps 0.0.5.9000 (2023-01-19)

Chore

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

  • Change maintainer e-mail address.

procmaps 0.0.5 (2023-01-19)

Chore

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

  • Change maintainer e-mail address.

procmaps 0.0.4 (2021-10-01)

  • Fix failing test on macOS (#27).

procmaps 0.0.3 (2020-09-21)

  • Fix compilation on Solaris (#25).

procmaps 0.0.2 (2020-09-20)

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 (2020-09-03)

Initial release.

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