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]
First Published: 2017-05-30
Latest Update: 2023-06-30
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 26 Mar. 2025.
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)
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
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for processx1500020000250003000035000400004500050000TrendBars

Today's Hot Picks in Authors and Packages

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  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
MGL  
Module Graphical Lasso
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency  
photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  
fPortfolio  
Rmetrics - Portfolio Selection and Optimization
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency  
sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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