我正在尝试通过devtools在Ubuntu上安装semMediation
软件包:
install.packages("devtools")
devtools::install_github("cardiomoon/semMediation")
但是:
Error: Failed to install 'unknown package' from GitHub:
HTTP error 404.
Not Found
Did you spell the repo owner (`cardiomoon`) and repo name (`semMediation`) correctly?
- If spelling is correct, check that you have the required permissions to access the repo.
那会是什么?
答案 0 :(得分:0)
github上有一个semMediation包。该软件包的作者编写了有关RPubs的教程。[请参见下文] [1]
[1]:https://rpubs.com/cardiomoon/200846
但是,我现在看不到semMediation的任何回购。可能是因为作者删除了回购。 但是,您仍然可以在All Github中使用“ semMediation”搜索存储库名称,因为有人可能会分叉该存储库。
答案 1 :(得分:0)
使用
devtools::install_github("guhjy/semMediation")
祝你快乐