r-ps 1.8.1
List, query, and manipulate system processes
The ps package implements an API to list, query, and manipulate system processes. Most of its code is based on the psutil
Python package.
- Outputs:
out
- Website: https://ps.r-lib.org
- Licenses: Modified BSD
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-ps 1.8.1
as follows:
guix install r-ps@1.8.1
Or install the latest version:
guix install r-ps
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.