Skip to content

CBTF 0.7.0 (CRAN)

Latest

Choose a tag to compare

@mcol mcol released this 03 Jul 13:36
· 12 commits to main since this release
v0.7.0
5d7594a

CBTF 0.7.0 (2026-07-03)

New features

  • Add the "time" class of inputs to test_inputs().
  • Add the group argument to print() to control how the results should be
    grouped when printing: either by "input" (default) or by "function" (#10).
  • Add support for show = "none" in print() to output only the summary
    statistics (#13).

Updates

  • Add more inputs in test_inputs(), bringing the total number of inputs from
    70 to 85.
  • Use the full terminal size to display the progress report, so that the list
    of arguments currently tested is shown as much as possible (#11).
  • Fix a crash in the strange case when conditionMessage() produces more than
    one error message (#12).
  • Return multiple warnings as a concatenated string, instead of returning only
    the last one (#14).

Full Changelog: v0.6.0...v0.7.0