Package: CBTF
Type: Package
Title: Caught by the Fuzz! - A Minimalistic Fuzz-Test Runner
Version: 0.4.0
Date: 2025-07-31
Authors@R: c(person("Marco", "Colombo",
                    email = "mar.colombo13@gmail.com", role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0001-6672-0623")))
Maintainer: Marco Colombo <mar.colombo13@gmail.com>
Description: A simple runner for fuzz-testing functions in an R package's
    public interface. Fuzz testing helps identify functions lacking sufficient
    argument validation, and uncovers problematic inputs that, while valid by
    function signature, may cause issues within the function body.
URL: https://mcol.github.io/caught-by-the-fuzz/
BugReports: https://github.com/mcol/caught-by-the-fuzz/issues
Imports: cli (>= 3.6.5)
Suggests: testthat (>= 3.2.3), withr (>= 3.0.2)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-07-31 13:07:36 UTC; marco
Author: Marco Colombo [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6672-0623>)
Repository: CRAN
Date/Publication: 2025-08-19 14:50:31 UTC
