错误:' is_latex_output'不是来自&named命名空间的导出对象:knitr'在Rmarkdown

时间:2018-04-22 08:50:27

标签: r r-markdown knitr

输出Rmarkdown时,会出现错误:' is_latex_output'不是来自&named命名空间的导出对象:knitr'。 Rmarkdown代码非常简单:

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r}
print("hello")
```

我使用R版本3.4.4。 Rstudio版本1.1.447

0 个答案:

没有答案