-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.2 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: box.linters
Title: Linters for 'box' Modules
Version: 0.10.5
Authors@R:
c(
person("Ricardo Rodrigo", "Basa", role = c("aut", "cre"), email = "[email protected]"),
person("Jakub", "Nowicki", role = "aut", email = "[email protected]"),
person("Mateusz", "Kołomański", role = "ctb", email = "[email protected]"),
person("Appsilon Sp. z o.o.", role = "cph", email = "[email protected]")
)
Description: Static code analysis of 'box' modules.
The package enhances code quality by providing linters that check for common issues,
enforce best practices, and ensure consistent coding standards.
URL: https://appsilon.github.io/box.linters/, https://github.com/Appsilon/box.linters
License: LGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Imports:
cli,
fs,
glue,
lintr (>= 3.1.0),
purrr,
rlang,
stringr,
withr,
xfun,
xml2,
xmlparsedata
Suggests:
box,
covr,
dplyr,
knitr,
prettycode,
rcmdcheck,
rmarkdown,
R6,
rex,
rhino,
shiny,
spelling,
testthat (>= 3.0.0),
treesitter,
treesitter.r (>= 1.1.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Language: en-US