# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "processx" in publications use:' type: software license: MIT title: 'processx: Execute and Control System Processes' version: 3.8.4.9000 abstract: 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. authors: - family-names: Csárdi given-names: Gábor email: csardi.gabor@gmail.com orcid: https://orcid.org/0000-0001-7098-9676 - family-names: Chang given-names: Winston repository: https://r-lib.r-universe.dev repository-code: https://github.com/r-lib/processx url: https://processx.r-lib.org contact: - family-names: Csárdi given-names: Gábor email: csardi.gabor@gmail.com orcid: https://orcid.org/0000-0001-7098-9676