v1.7.1
-
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 thetibble::as_tibble()function
on them. -
ps()now does not fail if bothuserandafterare specified (#129).