尝试
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并没有帮助我解决此错误。
您知道这里可能出什么问题吗?