Skip to content

Specify sbf.quiet option within all tests where necessary rather than setting it for the full script #184

Description

@StefanoMezzini

replace

withr::local_options(sbf.quiet = TRUE)

on line 1 of test-save-load.R with

withr::with_options({
  ...
})

inside each relevant test. For more context see this comment.

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