【问题标题】:Trying to activate jaspershen/MSannotator package in R尝试在 R 中激活 jaspershen/MSannotator 包
【发布时间】:2021-07-06 08:27:26
【问题描述】:

我正在尝试使用“jaspershen/MSannotator”包中的一些命令。 我尝试安装包:

install.packages("remotes")
remotes::install_github("jaspershen/MSannotator")
library(remotes)

但不会出现来自包“jaspershen/MSannotator”的命令。 我做错了什么?

【问题讨论】:

    标签: r package


    【解决方案1】:

    我必须添加更多的包才能让它工作:

    devtools::install_github('omegahat/XMLSchema');devtools::install_github('cran/SSOAP')
    BiocManager::install("Rdisop")
    BiocManager::install("GO.db")
    
    library(Rdisop)
    library(xMSannotator)
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-11-28
      • 2021-12-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-05-24
      • 2012-11-25
      相关资源
      最近更新 更多