# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "cyclocomp" in publications use:' type: software license: MIT title: 'cyclocomp: Cyclomatic Complexity of R Code' version: 1.1.1.9000 abstract: 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. authors: - family-names: Csardi given-names: Gabor email: csardi.gabor@gmail.com repository: https://gaborcsardi.r-universe.dev repository-code: https://github.com/gaborcsardi/cyclocomp url: https://github.com/gaborcsardi/cyclocomp contact: - family-names: Csardi given-names: Gabor email: csardi.gabor@gmail.com