私はRStudioの新機能を搭載しており、RMarkdownのドキュメントを作成していました。私はKnit PDF
をクリックすると、私はこのような結果を得続けるとき:RスタジオでPDFを編むことができません
output file: A1-soln-template__2__molly.knit.md
! Package inputenc Error: Unicode char μ (U+3BC)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H for immediate help.
... l.142 null hypothesis: Ho:μ
Try running pandoc with --latex-engine=xelatex.
pandoc: Error producing PDF
Error: pandoc document conversion failed with error 43
Execution halted
どのように私はこの問題を解決し、物事が仕事を得ることができますか?
install.packages('jsonlite', dependencies=TRUE, repos='http://cran.rstudio.com/')
また、あなたがMiKTeXをインストールする必要があります
はあなたに
私は試しましたが、動作しません。でもありがとう! –