We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
p_unload
Package inputenc Error: Unicode character (U+0008)
Suggested fix: Remove "\b" everywhere in message()s.
message()
The text was updated successfully, but these errors were encountered:
Interesting. I didn't think we had backspaces hardcoded but it appears we do
pacman/R/p_unload.R
Line 87 in ace0936
I'll try to look at this over the weekend and see what - if anything - removing the backspaces messes up.
Sorry, something went wrong.
No branches or pull requests
When I have an Rmd document with a chunk like:
The
p_unload
function inserts a backspace character "\b" into the message. When the Rmd is converted to pdf, this error is shown:Suggested fix: Remove "\b" everywhere in
message()
s.The text was updated successfully, but these errors were encountered: