Check latest release version of R and R package (both in 'CRAN', 'Bioconductor' or 'Github').
Guangchuang YU https://guangchuangyu.github.io
School of Public Health, The University of Hong Kong
Get the released version from CRAN:
install.packages("rvcheck")
Or the development version from github:
## install.packages("devtools")devtools::install_github("GuangchuangYu/rvcheck")
library(rvcheck)check_r()check_bioc('ggtree')check_cran('emojifont')check_github("guangchuangyu/clusterProfiler")
o get_aes_var function
o support checking gitlab version <2017-03-19, Sun>
o add read.db, o, get_fun_from_pkg functions <2017-03-08, Wed>
o fixed typo <2016-10-19, Wed>
o update_github <2016-09-13, Tue>