Merge pull request #90 from jeroenjanssens/supported-by-posit
available helps you name your R package.
You can install available from CRAN with:
install.packages("available")
Or the development version from GitHub with:
pak::pak("r-lib/available")
library(available) suggest(text = "Client for New York Times APIs") #> timesr suggest(text = "An R Interface to SciDB") #> scidbr
RStudio versions 1.1 and later support color in the terminal.
用于帮助 R 包命名的开发辅助工具,可检查名称是否合法,以及是否已在 GitHub、CRAN 和 Bioconductor 上被占用,并可基于包标题或描述建议候选名称。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
available
Installation
You can install available from CRAN with:
Or the development version from GitHub with:
Examples
Generate new package names from titles
Rstudio Support
RStudio versions 1.1 and later support color in the terminal.