stan-dev / cmdstanr

CmdStanR: the R interface to CmdStan
https://mc-stan.org/cmdstanr/
Other
143 stars 63 forks source link

Native call to `processx_exec` failed #969

Open YGM0326 opened 5 months ago

YGM0326 commented 5 months ago

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"这个函数

andrjohns commented 5 months ago

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

YGM0326 commented 5 months ago

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.