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
The problem appears on with macOS High Sierra 10.13.6 using the last version of R-IDE.
The problem disappears if i use rmarkdown::render(input = "report.Rmd", output_file = "report_native_render.pdf") from the console. Removing the encoding option in the render.py file of R-IDE as suggested by the maintainer of rmarkdown does not resolve the problem.
I also had problems with encoding on a Mac. I added the following to a setup chunk in the beginning of the file:
suppressWarnings(invisible(Sys.setlocale("LC_ALL", "da_DK.UTF-8")))
# Necessary for Mac OSX because Hermes changes the locale to da_DK.
# Fails silently on windows where there is no problem.
The problem appears on with macOS High Sierra 10.13.6 using the last version of R-IDE.
The problem disappears if i use
rmarkdown::render(input = "report.Rmd", output_file = "report_native_render.pdf")
from the console. Removing the encoding option in the render.py file of R-IDE as suggested by the maintainer of rmarkdown does not resolve the problem.I attach a rmd and pdfs to reproduce the error.
report.zip
The text was updated successfully, but these errors were encountered: