Package: processx
Title: Execute and Control System Processes
Version: 3.0.3
Author: Gábor Csárdi, Winston Chang
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: 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.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/r-lib/processx#readme
BugReports: https://github.com/r-lib/processx/issues
RoxygenNote: 6.0.1.9000
Imports: assertthat, crayon, debugme, R6, utils
LinkingTo: testthat
Suggests: covr, testthat, withr
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2017-12-19 19:55:02 UTC; gaborcsardi
Repository: CRAN
Date/Publication: 2018-05-07 12:14:45 UTC
