-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
41 lines (41 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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", , "[email protected]", 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