由于未找到html_dependency,因此无法输出RNotebook

时间:2017-06-15 19:09:06

标签: r r-markdown rnotebook

我无法让R从笔记本输出任何作品。我已经更新了所有软件包并重新安装了R.我尝试预览,我收到的错误消息是“未找到html_dependency的路径”。我相信这个问题可能与我的文件无法使用.Rmd文件创建.nb.html文件有关,但我不确定。 我用来尝试确保它不是用户错误的方法是打开一个全新的会话和笔记本并尝试输出已经编写的脚本。 有什么想法吗?

编辑: 这是我的代码,它是基本的笔记本代码:     ---     标题:“R笔记本”     输出:html_notebook     ---

This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you 
execute code within the notebook, the results appear beneath the code. 

Try executing this chunk by clicking the *Run* button within the chunk or by 
placing your cursor inside it and pressing *Ctrl+Shift+Enter*. 

```{r}
plot(cars)
```

Add a new chunk by clicking the *Insert Chunk* button on the toolbar or by 
pressing *Ctrl+Alt+I*.

When you save the notebook, an HTML file containing the code and output will 
be saved alongside it (click the *Preview* button or press *Ctrl+Shift+K* to 
preview the HTML file).

我将它保存为测试notebok.Rmd但无法获取.nb.html文件来创建自己我认为是问题。

1 个答案:

答案 0 :(得分:0)

我有一个类似的问题但是为了编织HTML,在尝试了所有内容之后我最终卸载并删除了所有内容并重新安装了所有内容。这对我有用,只是更新软件没有