Package: muttest Type: Package Title: Mutation Testing Version: 0.2.1 Authors@R: c( person( "Jakub", "Sobolewski", email = "jakupsob@gmail.com", role = c("aut", "cre") ) ) Description: 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. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) Imports: checkmate, cli, fs, mirai, R6, rlang, testthat, treesitter, treesitter.r (>= 1.3.0), withr Config/testthat/edition: 3 URL: https://jakubsobolewski.com/muttest/ Suggests: box, covr, cucumber (>= 2.1.0), ggplot2, knitr, purrr, rmarkdown, shiny, stringr VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev Repository: https://jakubsob.r-universe.dev Date/Publication: 2026-06-22 12:43:39 UTC RemoteUrl: https://github.com/jakubsob/muttest RemoteRef: HEAD RemoteSha: 6cec45271f67b155175c18a663c339af86db5942 NeedsCompilation: no Packaged: 2026-06-24 13:48:51 UTC; root Author: Jakub Sobolewski [aut, cre] Maintainer: Jakub Sobolewski