available helps you name your R package.
You can install available from GitHub with:
# install.packages("devtools")
devtools::install_github("ropenscilabs/available")
library(available)
suggest(title = "Client for New York Times APIs")
#> [1] "times"
suggest(title = "An R Interface to SciDB")
#> [1] "scidb"
In order to have color in the RStudio terminal you need a daily build of RStudio and development versions of the rstudioapi and crayon packages.
devtools::install_github("rstudio/rstudioapi")
devtools::install_github("gaborcsardi/crayon")