-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
64 lines (64 loc) · 1.37 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
56
57
58
59
60
61
62
63
64
Package: revdepcheck
Title: Automated Reverse Dependency Checking
Version: 1.0.0.9002
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", c("cre", "aut", "cph")),
person("Hadley", "Wickham", role = "aut"),
person("RConsortium", role = "cph"),
person("RStudio", role = c("cph", "fnd"))
)
Description: Automated, isolated reserve dependency checking, with automatic
comparison of the results to the current CRAN checks.
License: MIT + file LICENSE
URL: https://revdepcheck.r-lib.org,
https://github.com/r-lib/revdepcheck#readme
BugReports: https://github.com/r-lib/revdepcheck/issues
Imports:
assertthat,
brio,
callr,
cli (>= 3.1.0),
clisymbols,
crancache (>= 0.0.0.9001),
crayon (>= 1.4.1),
curl,
DBI,
desc (>= 1.3.0),
glue,
gmailr,
hms,
httr,
jsonlite,
knitr,
pkgbuild,
prettyunits,
processx (>= 3.3.0),
progress,
rcmdcheck (>= 1.3.3),
rematch2,
remotes (>= 2.2.0),
rlang (>= 0.3.0),
RSQLite,
sessioninfo,
tibble,
utils,
whoami,
withr,
yaml
Suggests:
covr,
debugme,
forcats,
ggplot2,
rmarkdown,
testthat
VignetteBuilder:
knitr
Remotes:
r-lib/crancache,
r-lib/remotes
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1