Bioconductor的 bioc-devel 每六个月(其实是每年四月和十月)会对旗下的生物相关的R包进行更新和debug,install.packages在很多时候检测不到这些更新,导致使用者总是安装过时的版本 4.安装yyplot-重点 > install_github("GuangchuangYu/yyplot") >install_github("GuangchuangYu/yyplot")Downloading GitHub repo Guangchuang...
#首先查看R 版本信息 sessionInfo() R version 3.6.2 (2019-12-12) #R版本3.5以上可以安装ggtree 2.0 #安装ggtree,首先需要安装BiocManager install.packages("BiocManager") #然后安装ggtree BiocManager::install("ggtree") #安装 devtools安装来自github上的包 install.packages("devtools") #安装yyplot library(de...
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...
1.github包的安装 在百度上找的代码已经过时了,虽然仅仅是符号的差别,但是还是挺不方便的,把我找到的代码放在这。 install.packages("devtools")library(devtools)install_github("GuangchuangYu/yyplot") 在百度上搜到的最后一步是以‘,’分隔的,包提示已经过时了,新的表示方法更加直观呀!另外就是缺什么包安什么...