Skip to content

Remove rhat.mcmcrs(bound = TRUE) behaviour-change warning #78

Description

@joethorley

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions