Showing 2 of total 2 results (show query)
ropensci
pkgstats:Metrics of R Packages
Static code analyses for R packages using the external code-tagging libraries 'ctags' and 'gtags'. Static analyses enable packages to be analysed very quickly, generally a couple of seconds at most. The package also provides access to a database generating by applying the main function to the full 'CRAN' archive, enabling the statistical properties of any package to be compared with all other 'CRAN' packages.
Maintained by Mark Padgham. Last updated 1 months ago.
code-analysiscode-statisticssoftware-analysiscpp
17 stars 6.81 score 1 scripts 3 dependentsgaborcsardi
cyclocomp:Cyclomatic Complexity of R Code
Cyclomatic complexity is a software metric (measurement), used to indicate the complexity of a program. It is a quantitative measure of the number of linearly independent paths through a program's source code. It was developed by Thomas J. McCabe, Sr. in 1976.
Maintained by Gabor Csardi. Last updated 2 years ago.
code-analysiscomplexity-measure
2 stars 5.88 score 22 scripts 5 dependents