Check if a given package name is available to use. It checks the name's validity. Checks if it is used on 'GitHub', 'CRAN' and 'Bioconductor'. Checks for unintended meanings by querying Urban Dictionary, 'Wiktionary' and Wikipedia.
You can install available from CRAN with:
install.packages("available")
Or the development version from GitHub with:
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.
get_urban_data()
is now exported (#34).