Travis-CI Build Status CRAN status Project Status: Active – The project has reached a stable, usable state and is being actively developed.

xzibit

 

available

available helps you name your R package.

Installation

You can install available from CRAN with:

install.packages("available")

Or the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ropenscilabs/available")

Examples

 

Generate new package names from titles

library(available)
suggest(text = "Client for New York Times APIs")
#> [1] "timesr"

suggest(text = "An R Interface to SciDB")
#> [1] "scidbr"

Rstudio Support

RStudio versions 1.1 and later support color in the terminal.