-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.14 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
Package: rcmdcheck
Title: Run 'R CMD check' from 'R' and Capture Results
Version: 1.4.0.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("cre", "aut")),
person("Mango Solutions", role = c("cph", "fnd")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Run 'R CMD check' from 'R' and capture the results of the
individual checks. Supports running checks in the background,
timeouts, pretty printing and comparing check results.
License: MIT + file LICENSE
URL: https://rcmdcheck.r-lib.org/,
https://github.com/r-lib/rcmdcheck#readme
BugReports: https://github.com/r-Lib/rcmdcheck/issues
Depends:
R (>= 3.4)
Imports:
callr (>= 3.1.1.9000),
cli (>= 3.0.0),
curl,
desc (>= 1.2.0),
digest,
pkgbuild,
prettyunits,
R6,
rprojroot,
sessioninfo (>= 1.1.1),
utils,
withr,
xopen
Suggests:
covr,
knitr,
processx,
ps,
rmarkdown,
svglite,
testthat (>= 3.2.0),
webfakes
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1