Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r-lib/available

Check if a package name is available to use
https://github.com/r-lib/available

r r-package rstats unconf unconf17

Last synced: 3 months ago
JSON representation

Check if a package name is available to use

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

[![CRAN status](http://www.r-pkg.org/badges/version/available)](https://cran.r-project.org/package=available)
[![R-CMD-check](https://github.com/r-lib/available/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/available/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/r-lib/available/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/available?branch=main)


xzibit


\

# 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:

```{r CRAN-installation, eval = FALSE}
install.packages("available")
```

Or the development version from GitHub with:

```{r gh-installation, eval = FALSE}
pak::pak("r-lib/available")
```

## Examples




\

## Generate new package names from titles
```{r}
library(available)
suggest(text = "Client for New York Times APIs")

suggest(text = "An R Interface to SciDB")
```

### Rstudio Support
RStudio versions 1.1 and later support color in the terminal.