r-在Ubuntu上安装semMediation软件包的问题



我正试图通过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.

它可能是什么?

github上有一个semMediation包。该软件包的作者编写了一个关于RPubs的教程。[见下文][1]

[1]:https://rpubs.com/cardiomoon/200846

然而,我现在没有看到任何带有semMediation的回购。也许是因为作者删除了回购。但您仍然可以在All Github中搜索带有"semMediation"的repo名称,因为可能会有人派生该repo。

使用

devtools::install_github("guhjy/semMediation")

快乐

相关内容

  • 没有找到相关文章

最新更新