mutation testing

Mutation testing for R with mutator

mutator brings mutation testing to R packages: it systematically mutates source code, runs the test suite against each mutant, and reports how many are killed, survived, or timed out.

Beyond Code Coverage: Mutation Testing in R with MutatoR

Bringing mutation testing to R packages with the mutator package.