问题:我试图安装papaja包
devtools::install_github("crsh/papaja")我收到了这个错误:
Error: Failed to install 'reprex' from GitHub:
System command 'Rcmd.exe' failed, exit status: -1, stdout + stderr empty为了潜在地解决这个错误,我尝试更新R,结果如下:
Warning message:
In shell(install_cmd, wait = wait, ...) :
'C:\Users\naomi\AppData\Local\Temp\RtmpyQPZSR/R-4.0.3-win.exe' execution failed with error code 127第一个错误是我正在尝试解决的主要问题。如果你能帮我诊断这两种病我会很感激。
这是我当前的R版本:R版本4.0.2 (2020-06-22)
发布于 2020-10-22 19:00:05
有几个潜在的问题,只是从错误代码判断,我并不完全清楚问题是什么。这是我想要做的:
我希望这能帮到你。我会检查我的建议是否对你有帮助。
https://stackoverflow.com/questions/64459136
复制相似问题