available helps you name your R package.
- Checks for validity
- Checks not already available on GitHub, CRAN and Bioconductor
- Searches Urban Dictionary, Wiktionary and Wikipedia for unintended meanings
- Can suggest possible names based on text in the package title or description.
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")
library(available)
suggest(text = "Client for New York Times APIs")
#> [1] "timesr"
suggest(text = "An R Interface to SciDB")
#> [1] "scidbr"
RStudio versions 1.1 and later support color in the terminal.