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-07-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
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
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

bootSVD  
Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data
Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
odpc  
One-Sided Dynamic Principal Components
Functions to compute the one-sided dynamic principal components ('odpc') introduced in Pe ...
Download / Learn more Package Citations See dependency  
plsRbeta  
Partial Least Squares Regression for Beta Regression Models
Provides Partial least squares Regression for (weighted) beta regression models (Bertrand 2013,< ...
Download / Learn more Package Citations See dependency  
nlstac  
An R Package for Fitting Separable Nonlinear Models
Set of functions implementing the algorithm described in Fernandez Torvisco et al. (2018) for fitti ...
Download / Learn more Package Citations See dependency  
daySupply  
Calculating Days' Supply and Daily Dose of Prescriptions
Allows clinicians and researchers to compute daily dose (and subsequently days' supply) for prescrip ...
Download / Learn more Package Citations See dependency  

22,030

R Packages

186,816

Dependencies

55,244

Author Associations

22,031

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns