gpt4 book ai didi

R Markdown 错误 : 'is_latex_output' is not an exported object from 'namespace:knitr'

转载 作者:行者123 更新时间:2023-12-04 09:22:18 26 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





How should I deal with "'someFunction' is not an exported object from 'namespace:somePackage'" error? [closed]

(1 个回答)


去年关闭。




我第一次使用 R Markdown 时遇到了这个错误,只是一个简单的测试运行。

---
title: "test"
author: "Lulu"
date: "3/6/2018"
output: html_document
---

```{r}
library(datasets)
data("airquality")
summary(airquality)
```

然后它报告:
output file: test.knit.md

Error: 'is_latex_output' is not an exported object from 'namespace:knitr'
Execution halted

有谁知道如何解决它?

最佳答案

不是最新版本

您可以尝试更新 Knitr

install.packages('knitr', repos = c('http://rforge.net', 'http://cran.rstudio.org'),
type = 'source')

关于R Markdown 错误 : 'is_latex_output' is not an exported object from 'namespace:knitr' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49140030/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com