Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从github安装R包时加载失败错误_R_Github_Packages - Fatal编程技术网

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

从github安装R包时加载失败错误,r,github,packages,R,Github,Packages,我正在研究贝叶斯推理,我想从Github安装bayesVAR_TVP软件包。我尝试了以下命令: install.packages("devtools") library(devtools) install_github("GediminasB/bayesVAR_TVP") 及 在这两种情况下,我都收到了以下错误: Error: package or namespace load failed for 'bayesVARTVP' in library.dynam(lib, package, pa

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

install.packages("devtools")
library(devtools)
install_github("GediminasB/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)

我在这个网站上查了一些类似的问题,但他们帮不了我。我正在开发Win764B和R3.4.3。另外,我的朋友在mac系统上也有类似的错误。有人知道吗?事先谢谢。

您只需执行
库(devtools);安装github(“GediminasB/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)