I have noticed that the (hidden) function `test_reporter` is going to be renamed to `get_reporter` in the next release. May I suggest the following: - Provide an active binding `test_reporter` that returns `get_reporter` and issues a deprecation warning - Export get_reporter -- useful for writing own reporters (such as in the [`tikzDevice` tests](https://github.com/yihui/tikzDevice/blob/master/inst/tests/helper_reporters.R))