devtools :: install_github失败,并显示“ process_initialize(...中的错误”。

时间:2019-02-15 13:54:47

标签: r devtools

尝试

library(devtools)
devtools::install_github("cherkaos/CRISPRScreenProcessing")

得到

Downloading GitHub repo cherkaos/CRISPRScreenProcessing@master
Error in process_initialize(self, private, command, args, stdin, stdout,  : 
  Command not found
In addition: Warning messages:
1: In untar2(tarfile, files, list, exdir) :
  skipping pax global extended headers
2: In untar2(tarfile, files, list, exdir) :
  skipping pax global extended headers

除了建议使用R 3.5代替我必须使用的R 3.4之外,Google并没有帮助我解决此错误。

您知道这里可能出什么问题吗?

0 个答案:

没有答案