CBTF 0.4.0 (CRAN)
Changes in CBTF 0.4.0 (2025-07-31)
- Don't crash in
get_exported_functions()ifgetNameSpaceExports()fails. - Store the error message in the results object also in case of whitelisted errors, so it can be reported from
print(..., show_all = TRUE). - Add the tabulation shown in
summary()as attribute"summary_table"of the data frame returned. - Make
get_exported_functions()return only fuzzable functions, so that functions with no arguments are no longer returned. - Expand the documentation to satisfy the CRAN request.
Full Changelog: v0.3.0...v0.4.0