#首先查看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...
3.安装biomanager (好处是每半年会对R包upgrade&debug) Bioconductor在R3.5版本以后,终于放弃了source() 这种危险的链接方式,改为用新的安装方式BiocManager进行安装: 对于R 3.5 以下的版本,依旧需要使用BiocLite: 代码已经给好,不再需要source(): 去官网https://bioconductor.org/install/上查R对应的安装命令,例如...
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...
yyplot是估计是Y叔打算整合自己所有常用的工具所创建的包。其中的ggqrcode是基于ggplot2绘制二维码的R包。二维码就是我们每天都会扫的那个了,一般使用验证付款,网页跳转等功能上。前一段时间,一直用的网页工具把公众号文章链接转成二维码,但是Y叔建议用R包减轻一下负担。于是写了一个ggqrcode给我用。 如何安装 在安...