rvcheck: Check R/Package Version
Authors
Guangchuang YU https://guangchuangyu.github.io
School of Basic Medical Sciences, Southern Medical University
Installation
Get the released version from CRAN:
install.packages("rvcheck")Or the development version from github:
## install.packages("devtools")
devtools::install_github("GuangchuangYu/rvcheck")Examples
library(rvcheck)
check_r()
check_bioc('ggtree')
check_cran('emojifont')
check_github("GuangchuangYu/clusterProfiler")