从github安装R包时加载失败错误

时间:2018-03-08 23:59:11

标签: r github packages

我正在进行贝叶斯推理,我想从Github安装 bayesVAR_TVP 包。我尝试了以下命令:

install.packages("devtools")
library(devtools)
install_github("GediminasB/bayesVAR_TVP")

install.packages("githubinstall")
gh_install_packages("bayesVAR_TVP")

在这两种情况下,我都收到以下错误:

Error: package or namespace load failed for 'bayesVARTVP' in library.dynam(lib, package, package.lib):
 DLL 'bayesVAR' not found: maybe not installed for this architecture?
Error: loading failed
Execution halted
*** arch - x64
Error: package or namespace load failed for 'bayesVARTVP' in library.dynam(lib, package, package.lib):
 DLL 'bayesVAR' not found: maybe not installed for this architecture?
Error: loading failed
Execution halted
ERROR: loading failed for 'i386', 'x64'
* removing 'C:/Users/Hamed/Documents/R/win-library/3.4/bayesVARTVP'
In R CMD INSTALL
Installation failed: Command failed (1)

我在这个网站上查了一些类似的问题,但他们无法帮助我。我正在研究Win 7 64b和R 3.4.3。另外,我的朋友在mac系统上也有类似的错误。有谁有想法吗?先谢谢。

0 个答案:

没有答案
相关问题