katexR 不在 rmarkdown 中呈现

katexR not rendering in rmarkdown

尝试在 Rmd 文档中编织 katexR 时,出现以下错误:

pandoc: Could not fetch /Library/Frameworks/R.framework/Versions/3.2/Resources/library/katexR/htmlwidgets/lib/katex/fonts/KaTeX_AMS-Regular.woff2

知道为什么会这样吗?

```{r}
# devtools::install_github("timelyportfolio/katexR")
library(katexR)
katex("\KaTeX")
```

如果有人还在听,请尝试重新安装

devtools::install_github("timelyportfolio/katexR")

参考 this Github issue 中的讨论。我想看看它是否有效的测试是编织小插图。

我希望得到反馈。谢谢