项目作者: r-lib

项目描述 :
Check if a package name is available to use
高级语言: R
项目地址: git://github.com/r-lib/available.git
创建时间: 2017-04-28T14:59:20Z
项目社区:https://github.com/r-lib/available

开源协议:Other

下载


CRAN
status
R-CMD-check
Codecov test
coverage


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:

  1. install.packages("available")

Or the development version from GitHub with:

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

Examples



Generate new package names from titles

  1. library(available)
  2. suggest(text = "Client for New York Times APIs")
  3. #> timesr
  4. suggest(text = "An R Interface to SciDB")
  5. #> scidbr

Rstudio Support

RStudio versions 1.1 and later support color in the terminal.