# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "muttest" in publications use:' type: software license: MIT title: 'muttest: Mutation Testing' version: 0.3.0 doi: 10.32614/CRAN.package.muttest abstract: Measure quality of your tests. 'muttest' introduces small changes (mutations) to your code and runs your tests to check if they catch the changes. If they do, your tests are good. If not, your assertions are not specific enough. 'muttest' gives you percent score of how often your tests catch the changes. authors: - family-names: Sobolewski given-names: Jakub email: jakupsob@gmail.com repository: https://cran.r-universe.dev commit: 5659552aae13ee775c13edef35fa29b356db6d59 url: https://jakubsob.github.io/muttest/ date-released: '2026-07-21' contact: - family-names: Sobolewski given-names: Jakub email: jakupsob@gmail.com