-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
38 lines (38 loc) · 1.08 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
Package: pkgsearch
Title: Search and Query CRAN R Packages
Version: 3.1.3.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Maëlle", "Salmon", role = "aut",
comment = c(ORCID = "0000-0002-2815-0399")),
person("R Consortium", role = "fnd")
)
Description: Search CRAN metadata about packages by keyword, popularity,
recent activity, package name and more. Uses the 'R-hub' search
server, see <https://r-pkg.org> and the CRAN metadata database, that
contains information about CRAN packages. Note that this is _not_ a
CRAN project.
License: MIT + file LICENSE
URL: https://github.com/r-hub/pkgsearch,
https://r-hub.github.io/pkgsearch/
BugReports: https://github.com/r-hub/pkgsearch/issues
Imports:
curl,
jsonlite
Suggests:
covr,
memoise,
mockery,
pillar,
pingr (>= 2.0.0),
rstudioapi,
shiny,
shinyjs,
shinyWidgets,
testthat (>= 3.0.0),
whoami,
withr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1.9000