【发布时间】:2021-07-06 08:27:26
【问题描述】:
我正在尝试使用“jaspershen/MSannotator”包中的一些命令。 我尝试安装包:
install.packages("remotes")
remotes::install_github("jaspershen/MSannotator")
library(remotes)
但不会出现来自包“jaspershen/MSannotator”的命令。 我做错了什么?
【问题讨论】:
我正在尝试使用“jaspershen/MSannotator”包中的一些命令。 我尝试安装包:
install.packages("remotes")
remotes::install_github("jaspershen/MSannotator")
library(remotes)
但不会出现来自包“jaspershen/MSannotator”的命令。 我做错了什么?
【问题讨论】:
我必须添加更多的包才能让它工作:
devtools::install_github('omegahat/XMLSchema');devtools::install_github('cran/SSOAP')
BiocManager::install("Rdisop")
BiocManager::install("GO.db")
library(Rdisop)
library(xMSannotator)
【讨论】: