Package: processx 3.8.6.9000

Image

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.6.9000.tar.gz
processx_3.8.6.9000.zip(r-4.6)processx_3.8.6.9000.zip(r-4.5)processx_3.8.6.9000.zip(r-4.4)
processx_3.8.6.9000.tgz(r-4.6-x86_64)processx_3.8.6.9000.tgz(r-4.6-arm64)processx_3.8.6.9000.tgz(r-4.5-x86_64)processx_3.8.6.9000.tgz(r-4.5-arm64)
processx_3.8.6.9000.tar.gz(r-4.6-arm64)processx_3.8.6.9000.tar.gz(r-4.6-x86_64)processx_3.8.6.9000.tar.gz(r-4.5-arm64)processx_3.8.6.9000.tar.gz(r-4.5-x86_64)
processx_3.8.6.9000.tgz(r-4.5-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'))

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

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

On CRAN:

Conda:

15.98 score 244 stars 1.5k packages 498 scripts 2.3M downloads 2 mentions 32 exports 2 dependencies

Last updated from:6a16b63ec6. Checks:11 NOTE, 2 OK. Indexed: yes.

TargetResultTotal timeArtifact
linux-devel-arm64NOTE169
linux-devel-x86_64NOTE156
source / vignettesOK122
linux-release-arm64NOTE141
linux-release-x86_64NOTE147
macos-devel-arm64NOTE135
macos-devel-x86_64NOTE209
macos-release-arm64NOTE138
macos-release-x86_64NOTE195
windows-develNOTE132
windows-releaseNOTE145
windows-oldrelNOTE141
wasm-releaseOK109

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

  • Image