Bioconductor的 bioc-devel 每六个月(其实是每年四月和十月)会对旗下的生物相关的R包进行更新和debug,install.packages在很多时候检测不到这些更新,导致使用者总是安装过时的版本 4.安装yyplot-重点 > install_github("GuangchuangYu/yyplot") >install_github("GuangchuangYu/yyplot")Downloading GitHub repo Guangchuang...
No package 'librsvg-2.0' found sudo apt-get install libmagick++-dev #解决magick 问题继续安装 devtools::install_github("GuangchuangYu/yyplot") 报错meme Error in loadNamespace(name) : there is no package called ‘meme’ Error: unable to load R code in package ‘yyplot’ Execution halted ERRO...
首先需要安装BiocManagerinstall.packages("BiocManager")#然后安装ggtreeBiocManager::install("ggtree")#安装 devtools安装来自github上的包install.packages("devtools")#安装yyplotlibrary(devtools)install_github("GuangchuangYu/yyplot")
1.github包的安装 在百度上找的代码已经过时了,虽然仅仅是符号的差别,但是还是挺不方便的,把我找到的代码放在这。 install.packages("devtools")library(devtools)install_github("GuangchuangYu/yyplot") 在百度上搜到的最后一步是以‘,’分隔的,包提示已经过时了,新的表示方法更加直观呀!另外就是缺什么包安什么...