You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me, the cyclomatic complexity of a package is as relevant as the volume of its codebase. For example, if I want to calculate the average of a metric between a package and its dependencies (see my recent work for the Validated R Repository Working Group, I might want some of these average calculations to be weighted by the cyclomatic complexity of each package.
The text was updated successfully, but these errors were encountered:
yannfeat
changed the title
Cyclomatic complexity assessment
Complexity assessment
Feb 21, 2025
I am grateful for the
assess_size_codebase
assessment. In addition to that, would it be possible to implement an assessment of cyclomatic complexity?An implementation of the is already available in the codebase of the
lintr
package:https://lintr.r-lib.org/reference/cyclocomp_linter.html
For me, the cyclomatic complexity of a package is as relevant as the volume of its codebase. For example, if I want to calculate the average of a metric between a package and its dependencies (see my recent work for the Validated R Repository Working Group, I might want some of these average calculations to be weighted by the cyclomatic complexity of each package.
The text was updated successfully, but these errors were encountered: