Package: processx 3.8.4.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.8.4.9000.tar.gz
processx_3.8.4.9000.zip(r-4.5)processx_3.8.4.9000.zip(r-4.4)processx_3.8.4.9000.zip(r-4.3)
processx_3.8.4.9000.tgz(r-4.4-arm64)processx_3.8.4.9000.tgz(r-4.4-x86_64)processx_3.8.4.9000.tgz(r-4.3-arm64)processx_3.8.4.9000.tgz(r-4.3-x86_64)
processx_3.8.4.9000.tar.gz(r-4.5-noble)processx_3.8.4.9000.tar.gz(r-4.4-noble)
processx_3.8.4.9000.tgz(r-4.4-emscripten)processx_3.8.4.9000.tgz(r-4.3-emscripten)
processx.pdf |processx.html
processx/json (API)
NEWS

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

Peer review:

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

On CRAN:

32 exports 229 stars 14.85 score 2 dependencies 2123 dependents 2 mentions 646.1k downloads

Last updated 3 months agofrom:c3ab227336

Exports:base64_decodebase64_encodeconn_accept_unix_socketconn_connect_fifoconn_connect_unix_socketconn_create_fdconn_create_fifoconn_create_fileconn_create_pipepairconn_create_unix_socketconn_disable_inheritanceconn_file_nameconn_get_filenoconn_is_incompleteconn_read_charsconn_read_linesconn_set_stderrconn_set_stdoutconn_unix_socket_stateconn_writecurl_fdsdefault_pty_optionsis_valid_fdpollprocessprocessx_conn_closeprocessx_conn_is_incompleteprocessx_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_disable_inheritance conn_file_name conn_get_fileno conn_is_incomplete conn_is_incomplete.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_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
Poll for process I/O or terminationpoll
External processprocess
Run external command, and wait until finishesrun