Questions tagged [processx]

{processx} is an R package for executing and controlling system processes: https://processx.r-lib.org/

{processx} is an R package for executing and controlling system processes: https://processx.r-lib.org/

7 questions
1
vote
1 answer

Issues installing tidyverse package

I'm an R user for some years now, and today, I opened a new R project, and tidyverse could'nt be installed. install.packages("tidyverse") The error message is : Error : install of package 'processx' failed [error code 1] In addition: Warning…
1
vote
0 answers

R processx package error Cannot write connection (system error 32, Broken pipe)

I am getting the error below after a long running process on an Ubuntu Docker container. I am using the rocker/tidyverse:3.6.3 base image. My forecast takes about 2 hours to run with multidplyr and builds a fable, or forecast table, with the fable…
1
vote
0 answers

What does a processx error mean when installing r packages with github_install?

Using R 3.5.2 and devtools 2.0.1. When I use github_install("package_name") I keep getting the error: Error in process_initialize(self, private, command, args, stdin, stdout, : processx error, create process: #1260 This program is blocked by…
Keynes2.0
  • 31
  • 3
0
votes
0 answers

How to interact with another program gui from an R script?

I am experienced in data analysis itself, but I am a beginner in terms coding or programming that is directed towards "software engineering". For my work I often have to use a third-party software to get a specific excel file which contains data I…
Joey
  • 3
  • 2
0
votes
0 answers

ps and processx package update fail

I am trying to install a package ver. developer from github, which requires to update the ps and processx packages. RStudio is running in administrative mode in Windows 10 and the environment is empty. Moreover, both ps and processx packages are not…
Ed_Gravy
  • 1,841
  • 2
  • 11
  • 34
0
votes
1 answer

Simple Shiny app with invalidateLater() incorrectly drops persistent background processes

I am trying to write a minimal Shiny app that maintains a persistent external background process. For reasons specific to the full-sized use case, I am tracking the PID in a text file instead of just using the processx handle. When I start the app,…
landau
  • 5,636
  • 1
  • 22
  • 50
0
votes
0 answers

R - Why can I not install devtools and neither some of its dependencies?

I am trying to install devtools and I think the problem is with its dependencies. I also tried to singularly install processx but I got still error. Thank you so much. * installing *source* package ‘processx’ ... ** package ‘processx’…