简体   繁体   English

Github gpusvcalibration软件包在R中的安装

[英]Github gpusvcalibration package installation in R

I am trying to install a package called gpusvcalibration from Github. 我正在尝试从Github安装一个名为gpusvcalibration的软件包。

library("devtools")
install_github("mfrdixon/gpusvcalibration")

And I get the following error: 我得到以下错误:

Error: Command failed (1)

Anyone know what is going on? 有人知道发生了什么吗?

Have you read the installation instructions from the repo and followed them? 您是否已经阅读了仓库中的安装说明并按照说明进行了操作?

Clone the repository and then 克隆存储库,然后
Modify the R_EXE and R_INCLUDE variables in the Makefile 修改Makefile中的R_EXE和R_INCLUDE变量
R CMD build gpusvcalibration R CMD建立GPU校准
R CMD check gpusvcalibration R CMD检查GPU校准
R CMD install gpusvcalibration_0.0-1.tar.gz R CMD安装gpusvcalibration_0.0-1.tar.gz
install.packages('gpusvcalibration_0.0-1.tar.gz', repo=NULL) install.packages('gpusvcalibration_0.0-1.tar.gz',repo = NULL)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM