Other packages > Find by keyword >

processx  

Execute and Control System Processes
View on CRAN: Click here


Download and install processx package within the R console
Install from CRAN:
install.packages("processx")

Install from Github:
library("remotes")
install_github("cran/processx")

Install by package version:
library("remotes")
install_version("processx", "3.8.6")



Attach the package and use:
library("processx")
Maintained by
Gábor Csárdi
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-05-30
Latest Update: 2025-02-21
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.
How to cite:
Gábor Csárdi (2017). processx: Execute and Control System Processes. R package version 3.8.6, https://cran.r-project.org/web/packages/processx. Accessed 25 Jun. 2026.
Previous versions and publish date:
2.0.0.1 (2017-07-30 08:34), 2.0.0 (2017-05-30 11:44), 3.0.3 (2018-05-07 14:14), 3.1.0 (2018-05-15 09:48), 3.2.0 (2018-08-16 11:20), 3.2.1 (2018-12-05 08:40), 3.3.0 (2019-03-10 23:40), 3.3.1 (2019-05-08 07:20), 3.4.0 (2019-07-03 11:01), 3.4.1 (2019-07-18 08:35), 3.4.2 (2020-02-09 17:40), 3.4.3 (2020-07-05 15:40), 3.4.4 (2020-09-03 15:00), 3.4.5 (2020-11-30 12:40), 3.5.0 (2021-03-23 18:50), 3.5.1 (2021-04-04 18:00), 3.5.2 (2021-04-30 21:40), 3.5.3 (2022-03-25 16:40), 3.6.0 (2022-06-10 15:10), 3.6.1 (2022-06-17 13:10), 3.7.0 (2022-07-07 16:20), 3.8.0 (2022-10-26 13:12), 3.8.1 (2023-04-18 13:10), 3.8.2 (2023-06-30 22:40), 3.8.3 (2023-12-10 13:50), 3.8.4 (2024-03-16 15:50), 3.8.5 (2025-01-08 22:30), 3.8.6 (2025-02-21 18:00), 3.8.7 (2026-04-01 12:40)
Other packages that cited processx R package
View processx citation profile
Other R packages that processx depends, imports, suggests or enhances
Complete documentation for processx
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  
sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA