-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.24 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
Package: checked
Title: Systematically Run R CMD Checks
Version: 0.2.6
Authors@R:
c(
person(
given = "Szymon",
family = "Maksymiuk",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3120-1601")
),
person(
"Doug", "Kelkhoff", ,
role = c("aut"),
comment = c(ORCID = "0009-0003-7845-4061")
),
person(
"F. Hoffmann-La Roche AG",
role = c("cph", "fnd")
)
)
Description:
Systematically Run R checks against multiple packages. Checks are run in
parallel with strategies to minimize dependency installation. Provides
out of the box interface for running reverse dependency check.
URL:
https://Genentech.github.io/checked/,
https://github.com/Genentech/checked
BugReports: https://github.com/Genentech/checked/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
callr,
cli,
igraph,
jsonlite,
options,
R6,
rcmdcheck,
utils (>= 3.6.2),
tools
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
withr
Config/Needs/website:
r-lib/asciicast
Config/testthat/edition: 3