Skip to content

reclassify cat() statements in compile() #409

@wpetry

Description

@wpetry

There is no way to suppress statements produced by compile() because they use cat() instead of message(), warning(), etc. Wrapping the function with invisible(compile(...)) still reports the path to Makevars.

Reclassifying these informational statements would allow these to be suppressed by the user. This would be particularly helpful for tutorials where printed statements can be confusing to users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions