Hi I can knit PDF files in my mac under tidyverse version 1.1.1. When I updated to tidyverse 1.2.1 the following error is generated and the rendering stops. If I reinstall version 1.1.1 the rendering works again and PDF files are generated. Is there a fix for this? The exact error is below:
! Package inputenc Error: Unicode char √ (U+221A)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H for immediate help.
...
l.570 \end{verbatim}
Try running pandoc with --latex-engine=xelatex.
pandoc: Error producing PDF
Error: pandoc document conversion failed with error 43
Execution halted
This is independent of the code in the script and it happens with multiple scripts.
Thank you.
Paco