Initial commit

This commit is contained in:
2026-02-03 13:53:50 +00:00
commit 5be7caa10d
4 changed files with 620 additions and 0 deletions

17
DESCRIPTION Normal file
View File

@@ -0,0 +1,17 @@
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