我刚开始使用linux。我正在尝试使用dropEst管线https://github.com/hms-dbmi/dropEst#dropreport来分析测序数据。我想运行DropReport,为此我需要安装dropEstR包。
我试过:
devtools::install_github('hms-dbmi/dropEst/dropestr' , dependencies = T) 正如他们所建议的,我也认为这是个错误:
bash:意外令牌‘’hms-dbmi/dropEst/dropestr‘附近的语法错误,
你知道我该怎么做吗?
发布于 2018-03-05 16:50:27
我认为你使用的是“错误的”外壳。当您想要使用devtools包时,您必须使用R/RStudio。来自克莱恩:
使开发R包更容易的标题工具
我刚刚在RStudio中尝试了您的命令,但是安装最终失败了:
ERROR: dependency 'Rcpp' is not available for package 'dropestr'
* removing 'C:/R/R-3.4.2/library/dropestr'
Installation failed: Command failed (1)发布于 2021-12-17 15:12:21
https://stackoverflow.com/questions/49112917
复制相似问题