cmdstanr icon indicating copy to clipboard operation
cmdstanr copied to clipboard

Native call to `processx_exec` failed

Open YGM0326 opened this issue 1 year ago • 2 comments

library(devtools)

devtools::install_github("HemingNM/ENMwizard") Downloading GitHub repo HemingNM/ENMwizard@HEAD ── R CMD build ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 错误: Failed to install 'ENMwizard' from GitHub: ! Native call to processx_exec failed Caused by error in chain_call(c_processx_exec, command, c(command, args), pty, pty_options, …: ! setup stdio for 'C:/PROGRA~1/R/R-4.4.0/bin/x64/Rcmd.exe' (system error 2, 系统找不到指定的文件。 ) @win/processx.c:964 (processx_exec) rebuild_cmdstan() 错误于rebuild_cmdstan(): 没有"rebuild_cmdstan"这个函数

YGM0326 avatar May 13 '24 14:05 YGM0326

The error log is for a different package HemingNM/ENMwizard, I'd suggest opening a bug report there instead

andrjohns avatar May 13 '24 14:05 andrjohns

The error log is for a different packageHemingNM/ENMwizard, I'd suggest opening a bug report there instead

This error is a problem that occurs when using devtools to install all R packages from the GitHub website, not just about the HemingNM/ENMwizard package.

YGM0326 avatar May 14 '24 01:05 YGM0326