Execute and Control System Processes
conda install odsp-test::r-processx
conda install odsp-test/label/abs::r-processx
conda install odsp-test/label/abs-r::r-processx
conda install odsp-test/label/abs-r2::r-processx
conda install odsp-test/label/ptf_2019_q3::r-processx
conda install odsp-test/label/q2_fail::r-processx
conda install odsp-test/label/r-essentials::r-processx
conda install odsp-test/label/test::r-processx
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. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.