Skip to content

spurious warning in pairs.stanfit #1182

@bbolker

Description

@bbolker

In pairs.stanfit, on this line we have

usr <- par("usr"); on.exit(par(usr))

this throws a warning (" argument 1 does not name a graphical parameter") ; the on.exit() statement should (I think) be on.exit(par(usr = usr)).

Happy to submit a PR if requested.

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