rhat.mcmcrs(bound = TRUE) changed behaviour in 0.6.1.9001 (returns a named list of scalars including a bound element rather than a scalar). The change was signalled with deprecate_soft() and escalated to deprecate_warn() in #74.
Once the warn stage has been on CRAN for more than a year (it first ships in the next release, so around mid-2027), the transition period is over and the lifecycle::deprecate_warn() call in rhat.mcmcrs() (R/rhat.R) can be removed, keeping the new behaviour. Update the lifecycle::expect_deprecated() test in test-rhat.R accordingly.
This may also be superseded by #53 (rhat functions should not return different object types depending on arguments) if that redesign lands first.
rhat.mcmcrs(bound = TRUE)changed behaviour in 0.6.1.9001 (returns a named list of scalars including aboundelement rather than a scalar). The change was signalled withdeprecate_soft()and escalated todeprecate_warn()in #74.Once the warn stage has been on CRAN for more than a year (it first ships in the next release, so around mid-2027), the transition period is over and the
lifecycle::deprecate_warn()call inrhat.mcmcrs()(R/rhat.R) can be removed, keeping the new behaviour. Update thelifecycle::expect_deprecated()test in test-rhat.R accordingly.This may also be superseded by #53 (rhat functions should not return different object types depending on arguments) if that redesign lands first.