Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 672 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 672 Bytes

Vmisc

Vmisc status badge

Inspired by ‘xfun’, this package contains a collection of functions that I find useful for other packages I develop.

Installation

You can install the development version of Vmisc from GitHub with:

# install.packages("devtools")
devtools::install_github("venpopov/Vmisc")

Or via the R-universe repository:

install.packages('Vmisc', repos = c('https://popov-lab.r-universe.dev'))