Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 988 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 988 Bytes

rvcheck: Check R/Package Version

CRAN_Status_Badge gitter

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")