Package: available Title: Check if the Title of a Package is Available, Appropriate and Interesting Version: 1.1.0.9000 Authors@R: c( person("Carl", "Ganz", role = "aut"), person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Jim", "Hester", role = "aut"), person("Molly", "Lewis", role = "aut"), person("Rachael", "Tatman", role = "aut"), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: 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 'Wiktionary' and Wikipedia. License: MIT + file LICENSE URL: https://github.com/r-lib/available, https://r-lib.github.io/available/ BugReports: https://github.com/r-lib/available/issues Depends: R (>= 3.6) Imports: cli, desc, glue, jsonlite, memoise, rlang, SnowballC, stringdist, tidytext Suggests: BiocManager, testthat (>= 3.0.0), usethis Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2025-10-21 07:13:59 UTC RemoteUrl: https://github.com/r-lib/available RemoteRef: HEAD RemoteSha: 22f1c6ad4dc970958762ba720119cbfc59e483ef NeedsCompilation: no Packaged: 2026-06-19 09:22:31 UTC; root Author: Carl Ganz [aut], Gábor Csárdi [aut, cre], Jim Hester [aut], Molly Lewis [aut], Rachael Tatman [aut], Posit Software, PBC [cph, fnd] Maintainer: Gábor Csárdi