forked from r-lib/processx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.26 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: processx
Title: Execute and Control System Processes
Version: 3.5.2.9000
Authors@R: c(
person("Gábor", "Csárdi", role = c("aut", "cre", "cph"),
email = "csardi.gabor@gmail.com",
comment = c(ORCID = "0000-0001-7098-9676")),
person("Winston", "Chang", role = "aut"),
person("RStudio", role = c("cph", "fnd")),
person("Mango Solutions", role = c("cph", "fnd")))
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. 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
URL: https://processx.r-lib.org, https://github.com/r-lib/processx#readme
BugReports: https://github.com/r-lib/processx/issues
RoxygenNote: 7.1.1.9001
Roxygen: { library(roxygenlabs); list(markdown = TRUE) }
Imports:
ps (>= 1.2.0),
R6,
utils
Suggests:
callr (>= 3.7.0),
cli (>= 1.1.0),
codetools,
covr,
curl,
debugme,
parallel,
testthat,
withr
Encoding: UTF-8