Package: mutator 0.1.1.9000
mutator: Mutation Testing
Performs mutation testing for 'R' packages to assess the effectiveness of a test suite. It mutates source files, runs package tests against each mutant, and reports which mutants were killed, survived, or timed out. Parallel execution is supported for larger code bases. The optional 'imputesrcref' package, available from <https://github.com/PRL-PRG/imputesrcref>, improves source locations when installed.
Authors:
mutator_0.1.1.9000.tar.gz
mutator_0.1.1.9000.zip(r-4.7)mutator_0.1.1.9000.zip(r-4.6)mutator_0.1.1.9000.zip(r-4.5)
mutator_0.1.1.9000.tgz(r-4.6-x86_64)mutator_0.1.1.9000.tgz(r-4.6-arm64)mutator_0.1.1.9000.tgz(r-4.5-x86_64)mutator_0.1.1.9000.tgz(r-4.5-arm64)
mutator_0.1.1.9000.tar.gz(r-4.7-arm64)mutator_0.1.1.9000.tar.gz(r-4.7-x86_64)mutator_0.1.1.9000.tar.gz(r-4.6-arm64)mutator_0.1.1.9000.tar.gz(r-4.6-x86_64)
mutator_0.1.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
mutator/json (API)
| # Install 'mutator' in R: |
| install.packages('mutator', repos = c('https://prl-prg.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/prl-prg/mutator/issues
Pkgdown/docs site:https://prl-prg.github.io
mutation-testingr-languagetest-automationtestingcpp
Last updated from:5b099b9920. Checks:10 OK, 3 NOTE. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 236 | ||
| linux-devel-x86_64 | OK | 258 | ||
| source / vignettes | OK | 241 | ||
| linux-release-arm64 | OK | 236 | ||
| linux-release-x86_64 | OK | 254 | ||
| macos-release-arm64 | OK | 147 | ||
| macos-release-x86_64 | OK | 281 | ||
| macos-oldrel-arm64 | NOTE | 196 | ||
| macos-oldrel-x86_64 | NOTE | 347 | ||
| windows-devel | OK | 243 | ||
| windows-release | OK | 233 | ||
| windows-oldrel | NOTE | 236 | ||
| wasm-release | OK | 134 |
Exports:get_openai_configidentify_equivalent_mutantsmutate_filemutate_packagereset_openai_configset_openai_config
Dependencies:askpassbriocallrclicodetoolscovrcrayoncurldescdiffobjdigestevaluatefsfurrrfutureglobalsgluehttrjsonlitelifecyclelistenvmagrittrmimeopensslotelparallellypkgbuildpkgloadpraiseprocessxpspurrrR6rexrlangrprojrootsystestthatvctrswaldowithryaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Get OpenAI API configuration | get_openai_config |
| Identify equivalent mutants using OpenAI API | identify_equivalent_mutants |
| Generate Mutants for a Single R File | mutate_file |
| Run Mutation Testing for an R Package | mutate_package |
| Mutation Operators Supported by mutator | operators |
| Clear session OpenAI configuration | reset_openai_config |
| Set OpenAI API configuration for the current session | set_openai_config |
