MangoTheCat/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.

Getting started

Package details

AuthorGabor Csardi
MaintainerHannah Alexander <halexander@mango-solutions.com>
LicenseMIT + file LICENSE
Version1.1.0
URL https://github.com/MangoTheCat/cyclocomp
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("MangoTheCat/cyclocomp")
MangoTheCat/cyclocomp documentation built on July 12, 2021, 1:18 a.m.