SkillAgentSearch skills...

Available

Check if a package name is available to use

Install / Use

/learn @r-lib/Available
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. Please edit that file --> <!-- badges: start -->

CRAN
status R-CMD-check Codecov test
coverage

<!-- badges: end --> <p align="center"> <img src="https://i.imgur.com/1KZn3Z5.jpg" alt="xzibit"> </p>

 

available

available helps you name your R package.

  • Checks for validity
  • Checks not already available on GitHub, CRAN and Bioconductor
  • Can suggest possible names based on text in the package title or description.

Installation

You can install available from CRAN with:

install.packages("available")

Or the development version from GitHub with:

pak::pak("r-lib/available")

Examples

<p align="center"> <img src="https://i.imgur.com/tA1VdaH.png"> </p>

 

Generate new package names from titles

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

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

Rstudio Support

RStudio versions 1.1 and later support color in the terminal.

Related Skills

View on GitHub
GitHub Stars144
CategoryDevelopment
Updated3mo ago
Forks17

Languages

R

Security Score

82/100

Audited on Dec 6, 2025

No findings