Error: Failed to install 'facets' from GitHub:
! System command 'Rcmd.exe' failed
这个错误该如何解决?
系统路径添加了rcmd所在位置的路径也无法解决这个问题
谢谢
github的安装问题
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
23条回答 默认 最新
- CSDN专家-sinJack 2023-11-01 11:14关注
获得0.45元问题酬金 将 CRAN 镜像源更改为其他镜像源试试,例如清华大学、中科大等
options(repos = c(CRAN = "https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))解决 无用评论 打赏 举报