-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: pkgmatch
Title: Find R Packages Matching Either Descriptions or Other R Packages
Version: 0.4.2.015
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
person("Davis", "Vaughan", , "[email protected]", role = c("ctb"))
)
Description: Find R packages matching either descriptions or other R packages.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/pkgmatch/,
https://github.com/ropensci-review-tools/pkgmatch
BugReports: https://github.com/ropensci-review-tools/pkgmatch/issues
Imports:
brio,
checkmate,
cli,
curl,
dplyr,
fs,
httr2,
memoise,
methods,
pbapply,
Rcpp,
rvest,
tibble,
tidyr,
tokenizers,
treesitter,
treesitter.r,
vctrs
Suggests:
gert,
hms,
httptest2,
jsonlite,
piggyback,
pkgbuild,
rappdirs,
roxygen2,
testthat (>= 3.0.0),
withr,
knitr,
rmarkdown
LinkingTo:
Rcpp
Depends: R (>= 3.5.0)
NeedsCompilation: yes
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr