Tools to run system processes in the background. It can check if a background process is running, wait on a background process to finish, get the exit status of finished processes, kill background processes. It can read the standard output and error of the processes, using non-blocking connections.
Tools to run system processes in the background. It can check if a background process is running, wait on a background process to finish, get the exit status of finished processes, kill background processes. It can read the standard output and error of the processes, using non-blocking connections.
To install R-processx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-processx
To see what files were installed by R-processx, run:
port contents R-processx
To later upgrade R-processx, run:
sudo port selfupdate && sudo port upgrade R-processx
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.