Skip to content

backspace characters in message() cause errors for pdf output #138

@kwstat

Description

@kwstat

When I have an Rmd document with a chunk like:

p_unload(dplyr)

The p_unload function inserts a backspace character "\b" into the message. When the Rmd is converted to pdf, this error is shown:

Package inputenc Error: Unicode character (U+0008)

Suggested fix: Remove "\b" everywhere in message()s.

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