-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.33 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.33 KB
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
Package: checked
Title: Systematically Run R CMD Checks
Version: 0.5.1
Authors@R:
c(
person(
given = "Szymon",
family = "Maksymiuk",
role = c("cre", "aut"),
email = "sz.maksymiuk@gmail.com",
comment = c(ORCID = "0000-0002-3120-1601")
),
person(
"Doug", "Kelkhoff",
email = "doug.kelkhoff@gmail.com",
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
Depends:
R (>= 3.6.2)
Imports:
callr,
cli,
glue,
igraph,
jsonlite,
memoise,
options,
R6,
rcmdcheck,
rlang,
utils (>= 3.6.2),
tools
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
remotes,
testthat (>= 3.0.0),
visNetwork,
withr
Config/Needs/website:
r-lib/asciicast
Config/testthat/edition: 3