gaospecial / rvcheck

:white_check_mark:R/Package Version Check

Home Page:http://cran.r-project.org/package=rvcheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:white_check_mark:R/Package Version Check

http://cran.r-project.org/package=rvcheck


Languages

Language:R 95.1%Language:Makefile 4.9%