Package: genthat Type: Package Title: A Framework for Unit Tests Generation Version: 0.1.8 URL: https://github.com/PRL-PRG/genthat BugReports: https://github.com/PRL-PRG/genthat/issues Authors@R: c( person("Filip", "Krikava", email="krikava@gmail.com", role=c("aut", "cre")), person("Roman", "Tsegelskyi", email="roman.tsegelskyi@gmail.com", role="aut"), person("Petr", "Maj", email="peta.maj82@gmail.com", role="aut"), person("Filippo", "Ghibellini", email="f.ghibellini@gmail.com", role="ctb"), person("Michal", "Vacha", email="michal.vacha@live.com", role="ctb"), person("Lei", "Zhao", email="leizhao833@gmail.com", role="ctb") ) Description: Generates 'testthat' compatible unit tests by tracing the execution of runnable R code, recording the arguments and return values of function calls, and turning them into reproducible test cases. License: GPL (>= 2) Depends: R (>= 3.5.0) Imports: codetools, covr, digest, dplyr, formatR, magrittr, methods, Rcpp (>= 0.11.3), testthat, tools, utils, withr LinkingTo: Rcpp Suggests: devtools, knitr, rmarkdown, readr, roxygen2 (>= 5.0.0), stringr, mutator Remotes: PRL-PRG/mutator RoxygenNote: 6.0.1 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://prl-prg.r-universe.dev Date/Publication: 2026-07-16 21:36:02 UTC RemoteUrl: https://github.com/PRL-PRG/genthat RemoteRef: HEAD RemoteSha: ef596822f40016fe29646f736b7fb24b783e8517 NeedsCompilation: yes Packaged: 2026-07-16 23:53:35 UTC; root Author: Filip Krikava [aut, cre], Roman Tsegelskyi [aut], Petr Maj [aut], Filippo Ghibellini [ctb], Michal Vacha [ctb], Lei Zhao [ctb] Maintainer: Filip Krikava