Skip to content

supress readr output from 'write_package' #120

Description

@mpadge

Current behaviour produces by default the output from readr (which can't be reprex'ed here, because it's via cat, no ignored by reprex). It'd be good to have a quiet option in write_package which simply did this:

if (quiet) {
  op <- options(readr.show_progress = FALSE)
}
# ... write package code
if (quiet){
  options(op)
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions