r-gregmisc / gtools

Functions to assist in R programming
25 stars 6 forks source link

gtools R package

Project Status: Active - The project has reached a stable, usable
state and is being actively
developed. R-CMD-check CRAN RStudio mirror
downloads

The gtools R package provides functions to assist in R programming, including:

Installation

You can install the released version of gtools from CRAN with:

install.packages("gtools")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("r-gregmisc/gtools")