processx: Execute and Control System Processes

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 and their children; restart 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.

Version: 3.0.3
Imports: assertthat, crayon, debugme, R6, utils
LinkingTo: testthat
Suggests: covr, testthat, withr
Published: 2018-05-07
Author: Gábor Csárdi, Winston Chang
Maintainer: Gábor Csárdi <csardi.gabor at gmail.com>
BugReports: https://github.com/r-lib/processx/issues
License: MIT + file LICENSE
URL: https://github.com/r-lib/processx#readme
NeedsCompilation: yes
Materials: NEWS
CRAN checks: processx results

Downloads:

Reference manual: processx.pdf
Package source: processx_3.0.3.tar.gz
Windows binaries: r-devel: processx_3.0.3.zip, r-release: processx_3.0.3.zip, r-oldrel: processx_3.0.3.zip
OS X binaries: r-release: processx_2.0.0.1.tgz, r-oldrel: processx_2.0.0.1.tgz
Old sources: processx archive

Reverse dependencies:

Reverse imports: tensorflow, webshot
Reverse suggests: blogdown

Linking:

Please use the canonical form https://CRAN.R-project.org/package=processx to link to this page.