我是 R 的初学者,试图在 R studio 中使用 velocyto.R 分析我的 scRNA-seq 数据。按照 velocyto 教程,我尝试安装 velocyto.R,如下所示:
library(devtools)
install_github("velocyto-team/velocyto.R")
但是,弹出一个错误:
ERROR: compilation failed for package 'velocyto.R'
removing 'C:/Users/USER/Documents/R/win-library/3.6/velocyto.R'
Error: Failed to install 'velocyto.R' from GitHub:
(converted from warning) installation of package ‘C:/Users/USER/AppData/Local/Temp/RtmpukpRFl/file37346a812b86/velocyto.R_0.6.tar.gz’ had non-zero exit status
有没有人面临上述同样的问题并最终成功解决?我迫切需要帮助!
谢谢