cardiomoon / processR

52 stars 10 forks source link

"directory name is invalid" error(?) #16

Open rempsyc opened 3 years ago

rempsyc commented 3 years ago

Hi, I suddenly started encountering an error while loading the package, so I have tried reinstalling it. However, now I am getting an error trying to install it:

devtools::install_github("cardiomoon/processR")

Downloading GitHub repo cardiomoon/processR@HEAD

Error: Failed to install 'processR' from GitHub:
create process 'C:/PROGRA~1/R/R-40~1.3/bin/x64/Rcmd.exe' (system error 267, The directory name is invalid.
) @win/processx.c:1040 (processx_exec)

Any idea what may cause this?

rempsyc commented 2 years ago

Issue linked to processx update to version 3.5.2, see https://github.com/r-lib/processx/issues/313

Fix is to roll back to processx version 3.5.1.