Kirill Müller
Kirill Müller
Import comprehensive type checking functions from rlang standalone and apply them throughout the DBItest codebase to improve argument validation and error handling. ## Changes ### New Files - Add `R/import-standalone-types-check.R`...
@claude Install usethis, then run `usethis::use_standalone("r-lib/rlang", "types-check")` . Commit and push. Then think about where the newly generated functions can be used.
@claude Change the package to use testthat edition 3. Validate by running R with `testthat:test()` that no new warnings are produced.
@claude How to modify claude.yaml to always post a comment to the relevant issue or PR in case of failures?
This is a follow-up to #267 and #333. The end goal is to support writing testthat files that are largely independent of DBItest into the target packages. The tests should...