Skip to content

v1.7.1

Choose a tag to compare

@gaborcsardi gaborcsardi released this 18 Jun 08:47
· 287 commits to main since this release
  • ps now returns data frames instead of tibbles. While data frames and
    tibbles are very similar, they are not completely compatible. To convert
    the output of ps to tibbles call the tibble::as_tibble() function
    on them.

  • ps() now does not fail if both user and after are specified (#129).