18 lines
436 B
Plaintext
18 lines
436 B
Plaintext
Package: RComplexity
|
|
Title: Cyclic Complexity Scanner
|
|
Version: 0.0.0.9000
|
|
Authors@R:
|
|
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
|
Description: Runs cyclic complexity on all found functions within a file
|
|
or directory (including nested functions).
|
|
License: GPL (>= 3)
|
|
Encoding: UTF-8
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.3.3
|
|
Imports:
|
|
cyclocomp,
|
|
dplyr,
|
|
lintr,
|
|
rex,
|
|
tibble
|