Initial commit
This commit is contained in:
17
DESCRIPTION
Normal file
17
DESCRIPTION
Normal 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
|
||||
Reference in New Issue
Block a user