I just upgraded to tidyverse
v1.2.1 and now when I try to render an R Markdown file to pdf, I get the following error:
! Package inputenc Error: Unicode char √ (U+221A)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
I know very little about LaTex, but it appears to not know how to handle the √
included in the new tidyverse
startup message. Is this something I can deal with somewhere in my local LaTex set up?
As a workaround for now, I've just used suppressPackageStartupMessages()
, but I would like to be able to render the startup message to pdf if possible.