# -------------------------------------------- # CITATION 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.2.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://jakubsob.r-universe.dev commit: b35a34fd32a5480d760421d79e56f5a9e3ee1d4f url: https://jakubsobolewski.com/muttest/ date-released: '2026-05-14' contact: - family-names: Sobolewski given-names: Jakub email: jakupsob@gmail.com