You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if cli could autodetect if the Rmd is running through an @includeRmd tag and thus being included in an . Rd file and in this case set cli.unicode=FALSE.
Otherwise, the Rmd can end-up rendering unicode characters in the .Rd and generate issues when building the PDF manual:
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! Package inputenc Error: Unicode char ─ (U+2500)
(inputenc) not set up for use with LaTeX.
I wonder if cli could autodetect if the Rmd is running through an
@includeRmd
tag and thus being included in an. Rd
file and in this case setcli.unicode=FALSE
.Otherwise, the Rmd can end-up rendering unicode characters in the .Rd and generate issues when building the PDF manual:
For example:
https://github.com/mlverse/luz/blob/f8a34dcc815651456ece210dcdcd60b4e97ebc8d/man/evaluate.Rd#L63
The text was updated successfully, but these errors were encountered: