Package: processx 3.9.0.9000

Gábor Csárdi

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. 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:Gábor Csárdi [aut, cre, cph], Winston Chang [aut], Posit Software, PBC [cph, fnd], Ascent Digital Services [cph, fnd]

processx_3.9.0.9000.tar.gz
processx_3.9.0.9000.zip(r-4.7)processx_3.9.0.9000.zip(r-4.6)processx_3.9.0.9000.zip(r-4.5)
processx_3.9.0.9000.tgz(r-4.6-x86_64)processx_3.9.0.9000.tgz(r-4.6-arm64)processx_3.9.0.9000.tgz(r-4.5-x86_64)processx_3.9.0.9000.tgz(r-4.5-arm64)
processx_3.9.0.9000.tar.gz(r-4.7-arm64)processx_3.9.0.9000.tar.gz(r-4.7-x86_64)processx_3.9.0.9000.tar.gz(r-4.6-arm64)processx_3.9.0.9000.tar.gz(r-4.6-x86_64)
processx_3.9.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
processx/json (API)
NEWS

# Install 'processx' in R:
install.packages('processx', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-lib/processx/issues

Pkgdown/docs site:https://processx.r-lib.org

On CRAN:

Conda:

15.92 score 243 stars 1.6k packages 434 scripts 1.2M downloads 2 mentions 36 exports 2 dependencies

Last updated from:9ccac97dc4. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK175
linux-devel-x86_64OK184
source / vignettesOK177
linux-release-arm64OK160
linux-release-x86_64OK187
macos-release-arm64OK108
macos-release-x86_64OK273
macos-oldrel-arm64OK131
macos-oldrel-x86_64OK227
windows-develOK153
windows-releaseOK151
windows-oldrelOK158
wasm-releaseOK103

Exports:base64_decodebase64_encodeconn_accept_unix_socketconn_connect_fifoconn_connect_unix_socketconn_create_fdconn_create_fifoconn_create_fileconn_create_pipepairconn_create_proc_pipepairconn_create_unix_socketconn_disable_inheritanceconn_file_nameconn_get_filenoconn_is_incompleteconn_read_bytesconn_read_charsconn_read_linesconn_set_stderrconn_set_stdoutconn_unix_socket_stateconn_writecurl_fdsdefault_pty_optionsis_valid_fdpipelinepollprocessprocessx_conn_closeprocessx_conn_is_incompleteprocessx_conn_read_bytesprocessx_conn_read_charsprocessx_conn_read_linesprocessx_conn_writerunsupervisor_kill

Dependencies:psR6

Readme and manuals

Help Manual

Help pageTopics
Base64 Encoding and Decodingbase64_decode base64_encode
Processx connectionsclose.processx_connection conn_create_fd conn_create_file conn_create_pipepair conn_create_proc_pipepair conn_disable_inheritance conn_file_name conn_get_fileno conn_is_incomplete conn_is_incomplete.processx_connection conn_read_bytes conn_read_bytes.processx_connection conn_read_chars conn_read_chars.processx_connection conn_read_lines conn_read_lines.processx_connection conn_set_stderr conn_set_stdout conn_write conn_write.processx_connection is_valid_fd processx_conn_close processx_conn_is_incomplete processx_conn_read_bytes processx_conn_read_chars processx_conn_read_lines processx_conn_write
Processx FIFOsconn_connect_fifo conn_create_fifo
Unix domain socketsconn_accept_unix_socket conn_connect_unix_socket conn_create_unix_socket conn_unix_socket_state
Create a pollable object from a curl multi handle's file descriptorscurl_fds
Default options for pseudo terminals (ptys)default_pty_options
Pipeline of processes connected with pipespipeline
Poll for process I/O or terminationpoll
External processprocess
Run external command, and wait until finishesrun