v1.2.0
ps 1.2.0
-
New
ps_connections()to list network connections. The
CleanupReporter()testthat reporter can check for leftover open
network connections in test cases. -
ps_open_files()does not include open sockets now on Linux, they are
rather included inps_connections(). -
CleanupReporter()now ignores/dev/urandom, some packages (curl,
openssl, etc.) keep this file open. -
Fix
ps()printing without the tibble package (#43). -
Fix compilation with ICC (#39).
-
Fix a crash on Linux (#47).