processx icon indicating copy to clipboard operation
processx copied to clipboard

Execute and Control Subprocesses from R

Results 24 processx issues
Sort by recently updated
recently updated
newest added

We would need a callback that is called when the process finishes....

feature

From https://github.com/r-lib/ps/issues/37

documentation

I'm using processx to run several long-lived (i.e. weeks or months) processes on Windows 10, including capturing their output. After a while, child processes end up in a state where...

reprex

Recommended package is not available on all installations

Create some output with non-ASCII characters, e.g. this on German or Fresh Windows: ```r res [1] "5d4\",\"Es wurde ein Hypervisor erkannt. Features, die f\u0081r Hyper-V erforderlich sind, werden nicht ange"...

documentation
tidy-dev-day :nerd_face:

``` ❯ processx::run("false") Error in `processx::run("false")`: ! System command 'false' failed --- Exit status: 1 Stderr: --- Type .Last.error to see the more details. ❯ .Last.error$call [1] "processx::run(\"false\")" ``` So...

bug