Package: processx
Title: Execute and Control System Processes
Version: 2.0.0.1
Author: Gábor Csárdi
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: Portable 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-pkgs/processx#readme
BugReports: https://github.com/r-pkgs/processx/issues
RoxygenNote: 6.0.1.9000
Suggests: covr, testthat, withr
Imports: assertthat, crayon, debugme, R6, utils
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2017-07-30 06:19:45 UTC; ripley
Repository: CRAN
Date/Publication: 2017-07-30 06:34:51 UTC
Built: R 3.4.3; x86_64-pc-linux-gnu; 2018-02-25 17:11:42 UTC; unix
