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.4")



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: 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.4, https://cran.r-project.org/web/packages/processx. Accessed 21 Nov. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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