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 19 Apr. 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
03/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/18Downloads for processx15000200002500030000350004000045000TrendBars

Today's Hot Picks in Authors and Packages

PCGSE  
Principal Component Gene Set Enrichment
Contains logic for computing the statistical association of variable groups, i.e., gene sets, with r ...
Download / Learn more Package Citations See dependency  
arsenal  
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
An Arsenal of 'R' functions for large-scale statistical summaries, which are streamlined to work wi ...
Download / Learn more Package Citations See dependency  
MScombine  
Combine Data from Positive and Negative Ionization Mode Finding Common Entities
Find common entities detected in both positive and negative ionization mode, delete this entity in ...
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  
signibox  
Statistical Significance Marks on Boxplots
Add significance marks to any R Boxplot, including a given significance niveau. ...
Download / Learn more Package Citations See dependency  
SDT  
Self-Determination Theory Measures
Functions for self-determination motivation theory (SDT) to compute measures of motivation internal ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

65,069

Author Associations

24,013

Publication Badges

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