Skip to content

GuangchuangYu/rvcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published